wp_get_page
Retrieve a single WordPress page by ID, optionally from a specific configured site, to fetch its content for display or processing.
Instructions
Retrieves a single page by its ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique identifier for the page. | |
| site | No | The ID of the WordPress site to target (from mcp-wordpress.config.json). Required if multiple sites are configured. |