Tool reference
All MCP tools, parameters, and examples.
list_posts
Lists posts in the project.
read_post
Reads a post by slug or ID.
create_post
Creates a post.
Scheduling semantics
- To publish immediately: set
isPublished=trueand omitpublishedAt - To schedule: set
isPublished=trueand setpublishedAtto a future ISO datetime
update_post
Updates a post by ID.
delete_post
Deletes a post by ID.