wp_create_page tool reference for StifLi Flex MCP
Writecreates a page with title, content, status, author, parent, menu order, and metadata.
Description
creates a page with title, content, status, author, parent, menu order, and metadata.
What it is for
- Creating documentation pages, landing pages, or drafts.
- Generating site structure from AI.
Example use case
creating a new support page.
Sample prompt
Create a draft page titled Shipping Policy with a clear support-friendly structure and add it under the Help parent page.
Sample response
{
"tool": "wp_create_page",
"status": "ok",
"updated": true
}
What does wp_create_page do?
creates a page with title, content, status, author, parent, menu order, and metadata.
Does wp_create_page 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_pages and the active MCP profile.
How should wp_create_page be used safely?
Enable write confirmations, test in staging first, and keep changelog/rollback enabled.
