wp_update_page tool reference for StifLi Flex MCP
Writeupdates a page by ID.
Description
updates a page by ID.
What it is for
- Editing static content.
- Reorganizing page hierarchies or changing `menu_order`.
Example use case
updating a legal page.
Sample prompt
Update page ID 88 to include our new return policy section and move it higher in the menu order.
Sample response
{
"tool": "wp_update_page",
"status": "ok",
"updated": true
}
What does wp_update_page do?
updates a page by ID.
Does wp_update_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_update_page be used safely?
Enable write confirmations, test in staging first, and keep changelog/rollback enabled.
