Tumblr
No catalog description yet.
tumblrv1.0.06 tools
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "TUMBLR_BLOG_POSTS_LIST", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("TUMBLR_BLOG_POSTS_LIST", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute TUMBLR_BLOG_POSTS_LIST --data '{ }'Tool catalog
Available tools
6 callable operations
List Tumblr blog postsTUMBLR_BLOG_POSTS_LISTLists published posts for a Tumblr blog.Connection1 scope
Lists published posts for a Tumblr blog.
Authentication
Connected account requiredScopes
basicTags
postslist
List Tumblr dashboard postsTUMBLR_DASHBOARD_LISTRetrieves posts from the authenticated user's Tumblr dashboard.Connection1 scope
Retrieves posts from the authenticated user's Tumblr dashboard.
Authentication
Connected account requiredScopes
basicTags
dashboardlist
Create Tumblr postTUMBLR_POST_CREATECreates a Tumblr blog post using Neue Post Format content blocks.Connection1 scope
Creates a Tumblr blog post using Neue Post Format content blocks.
Authentication
Connected account requiredScopes
writeTags
postswrite
Edit Tumblr postTUMBLR_POST_EDITEdits a Tumblr blog post using Neue Post Format content blocks.Connection1 scope
Edits a Tumblr blog post using Neue Post Format content blocks.
Authentication
Connected account requiredScopes
writeTags
postswrite
Get Tumblr postTUMBLR_POST_GETFetches a Tumblr post in Neue Post Format by blog and post ID.Connection1 scope
Fetches a Tumblr post in Neue Post Format by blog and post ID.
Authentication
Connected account requiredScopes
basicTags
postsread
Get Tumblr user infoTUMBLR_USER_INFO_GETRetrieves the authenticated Tumblr user and blogs.Connection1 scope
Retrieves the authenticated Tumblr user and blogs.
Authentication
Connected account requiredScopes
basicTags
userread