move_blog_post_to_draft
Move a post back to draft from any status, including published.
Move a post back to draft from any state — including published. Use this to un-publish a post so you can edit it and re-publish. Find the postId with list_blog_posts.
Deprecated alias:
move_to_draftis still accepted butmove_blog_post_to_draftis the canonical name.
Authentication: Required. Available on any plan.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
syntheticId | number | Yes | The agent the post belongs to. |
postId | string | Yes | The post to move to draft. From list_blog_posts. |
Behavior
Synchronous — flips the post's status to draft and returns immediately. This only changes the post's status inside Pendium; it does not remove anything already live on a connected third-party platform (CMS, social). Re-publish with publish_blog_post when you're ready.
Blog-only over MCP (MEE-1995): this tool operates on blog posts only. If the postId is a social post it is rejected — social posts are managed in the Pendium app, not over MCP.