MCP
draft_post
Create a new Blogizi post as a draft. Fails if the slug already exists.
Creates a draft post. If the slug already exists, the tool errors — use update_post to revise.
Arguments
title,slug— requireddescription,keyword,content— optionalprojectSlug— required when the account has more than one project
Example
{
"title": "How we built our auth flow",
"slug": "how-we-built-our-auth-flow",
"description": "≤160 char meta description",
"keyword": "indie app authentication",
"content": "Markdown body…",
"projectSlug": "my-app"
}