wp_get_page
Fetch a WordPress page by its ID, with the option to include full HTML content for editing.
Instructions
Retrieves a single page by its ID, optionally including full content for editing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | The ID of the WordPress site to target (from mcp-wordpress.config.json). Required if multiple sites are configured. | |
| id | Yes | The unique identifier for the page. | |
| include_content | No | If true, includes the full HTML content of the page. Default: false |