MCP
list_projects
List Blogizi blogs for the authenticated account.
Returns every project (blog) on the account: id, name, and slug.
Input
No arguments.
Example result
{
"data": [
{
"id": "665fâŚ",
"name": "My App Blog",
"slug": "my-app"
}
]
}Use a returned slug as projectSlug on draft_post, update_post, and publish_post when you have more than one project.