PendiumDocs

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_draft is still accepted but move_blog_post_to_draft is the canonical name.

Authentication: Required. Available on any plan.

Parameters

ParameterTypeRequiredDescription
syntheticIdnumberYesThe agent the post belongs to.
postIdstringYesThe 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.

On this page