MCP tools

publish_post

Publish a post

Moves a draft into the publishing queue. When the profile requires approval and you pass approvers, the post waits for them instead.

Category
Posts
Calls
POST/v1/posts/{id}/publish
Safe to auto-approve
No. It changes data, so keep a human in the loop or scope the key.

Parameters

idstringrequired

Post id.

scheduledAtstringoptional

Publish at this time instead of immediately.

approversstring[]optional

Email addresses to request approval from.

profileIdstringoptional

Profile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.

Example

A tool call as an MCP client would send it.

{
  "name": "publish_post",
  "arguments": {
    "id": "a1b2c3d4-0000-4000-8000-000000000000"
  }
}