MCP
publish_post
Create or update a Blogizi post and set status to published (live).
Upserts by slug and always sets status to published.
Arguments
title,slug— requireddescription,keyword,content— optionalprojectSlug— required when the account has more than one project
Example result
{
"created": false,
"url": "https://my-app.app.blogizi.com/how-we-built-our-auth-flow",
"project": { "id": "665f…", "slug": "my-app" },
"post": {
"id": "666a…",
"title": "How we built our auth flow",
"slug": "how-we-built-our-auth-flow",
"status": "published"
}
}