wp_create_post tool reference for StifLi Flex MCP
Writecreates a post. It accepts title, content, status, type, excerpt, author, featured image, metadata, categories, and taxonomies.
Description
creates a post. It accepts title, content, status, type, excerpt, author, featured image, metadata, categories, and taxonomies.
What it is for
- Creating drafts or published entries from AI.
- Generating editorial or programmatic content.
Example use case
AI-written blog post.
Sample prompt
Write a 500-word blog post about WordPress security tips, categorize it under Security, and save it as a draft.
Sample response
{
"tool": "wp_create_post",
"status": "ok",
"updated": true
}
What does wp_create_post do?
creates a post. It accepts title, content, status, type, excerpt, author, featured image, metadata, categories, and taxonomies.
Does wp_create_post modify site data?
Yes. It is a write operation and can create, update, or delete data depending on arguments.
Which capability is commonly required?
It usually runs under controls compatible with edit_posts and the active MCP profile.
How should wp_create_post be used safely?
Enable write confirmations, test in staging first, and keep changelog/rollback enabled.
