wp_update_page
Update an existing WordPress page by ID, changing its title, content, status, or target site. Use this to revise published or draft pages via the MCP WordPress Server.
Instructions
Updates an existing page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the page to update. | |
| site | No | The ID of the WordPress site to target (from mcp-wordpress.config.json). Required if multiple sites are configured. | |
| title | No | The new title for the page. | |
| status | No | The new status for the page. | |
| content | No | The new content for the page, in HTML format. |