MCP
update_post
Update an existing Blogizi post by slug (upsert). Omitting status keeps visibility.
Upserts by slug. Same fields as draft_post, plus optional status.
Arguments
title,slug— requireddescription,keyword,content— optionalstatus— optionaldraftorpublished; omit to keep the existing statusprojectSlug— required when the account has more than one project
To go live in one step, prefer publish_post.