<!-- https://cutedyno.com/docs/mcp/tools/publish_post -->

# Publish a post

MCP tool `publish_post`, calling `POST /v1/posts/{id}/publish`.

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

Read only: no.

## Parameters

- `id` (string, required) — Post id.
- `scheduledAt` (string) — Publish at this time instead of immediately.
- `approvers` (string[]) — Email addresses to request approval from.
- `profileId` (string) — Profile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.