wp_get_page
Retrieve a WordPress page by its ID to view or edit its content. Optionally fetch full HTML content for seamless 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 |