Open Connector
All tools

Tumblr

No catalog description yet.

tumblrv1.0.06 tools

Authentication

MethodKindStatusDetails
OAuth 2.0oauth2available

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.

Lists published posts for a Tumblr blog.

Authentication

Connected account required

Scopes

basic

Tags

postslist
List Tumblr dashboard postsTUMBLR_DASHBOARD_LISTRetrieves posts from the authenticated user's Tumblr dashboard.

Retrieves posts from the authenticated user's Tumblr dashboard.

Authentication

Connected account required

Scopes

basic

Tags

dashboardlist
Create Tumblr postTUMBLR_POST_CREATECreates a Tumblr blog post using Neue Post Format content blocks.

Creates a Tumblr blog post using Neue Post Format content blocks.

Authentication

Connected account required

Scopes

write

Tags

postswrite
Edit Tumblr postTUMBLR_POST_EDITEdits a Tumblr blog post using Neue Post Format content blocks.

Edits a Tumblr blog post using Neue Post Format content blocks.

Authentication

Connected account required

Scopes

write

Tags

postswrite
Get Tumblr postTUMBLR_POST_GETFetches a Tumblr post in Neue Post Format by blog and post ID.

Fetches a Tumblr post in Neue Post Format by blog and post ID.

Authentication

Connected account required

Scopes

basic

Tags

postsread
Get Tumblr user infoTUMBLR_USER_INFO_GETRetrieves the authenticated Tumblr user and blogs.

Retrieves the authenticated Tumblr user and blogs.

Authentication

Connected account required

Scopes

basic

Tags

userread