Tumblr
Catalog 暂无描述。
tumblrv1.0.06 个 Tools
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
调用示例
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.需要连接1 scope
Lists published posts for a Tumblr blog.
认证
需要 Connected AccountScopes
basicTags
postslist
List Tumblr dashboard postsTUMBLR_DASHBOARD_LISTRetrieves posts from the authenticated user's Tumblr dashboard.需要连接1 scope
Retrieves posts from the authenticated user's Tumblr dashboard.
认证
需要 Connected AccountScopes
basicTags
dashboardlist
Create Tumblr postTUMBLR_POST_CREATECreates a Tumblr blog post using Neue Post Format content blocks.需要连接1 scope
Creates a Tumblr blog post using Neue Post Format content blocks.
认证
需要 Connected AccountScopes
writeTags
postswrite
Edit Tumblr postTUMBLR_POST_EDITEdits a Tumblr blog post using Neue Post Format content blocks.需要连接1 scope
Edits a Tumblr blog post using Neue Post Format content blocks.
认证
需要 Connected AccountScopes
writeTags
postswrite
Get Tumblr postTUMBLR_POST_GETFetches a Tumblr post in Neue Post Format by blog and post ID.需要连接1 scope
Fetches a Tumblr post in Neue Post Format by blog and post ID.
认证
需要 Connected AccountScopes
basicTags
postsread
Get Tumblr user infoTUMBLR_USER_INFO_GETRetrieves the authenticated Tumblr user and blogs.需要连接1 scope
Retrieves the authenticated Tumblr user and blogs.
认证
需要 Connected AccountScopes
basicTags
userread