Open Connector
所有 Tools

Tumblr

Catalog 暂无描述。

tumblrv1.0.06 个 Tools

认证方式

方式底层类型状态说明
OAuth 2.0oauth2available

调用示例

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 目录

可用 Tools

6 个可调用操作

List Tumblr blog postsTUMBLR_BLOG_POSTS_LISTLists published posts for a Tumblr blog.

Lists published posts for a Tumblr blog.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Scopes

basic

Tags

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

Retrieves the authenticated Tumblr user and blogs.

认证

需要 Connected Account

Scopes

basic

Tags

userread