Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
drafts_publishTOOL
Publish a draft immediately, or schedule it with --scheduled-at.
Platform targets without a pinned account resolve to the workspace's connected account per platform. On success the draft is deleted and the created post is returned.
Requires an active subscription (same as posts create). Returns 402 without one.
Parameters
draftId *string
Positional argument draftId
scheduledAt *string
Schedule time: ISO date, 30m, 2h, 3d, or 1w. Omit to publish now.
Request example
{ "method": "tools/call", "params": { "name": "drafts_publish", "arguments": { "draftId": "string", "scheduledAt": "string" } } }