wp_list_pages
Retrieve a list of WordPress pages with optional filters for status, search, and pagination.
Instructions
Lists pages from a WordPress site, with filters.
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. | |
| per_page | No | Number of items to return per page (max 100). | |
| search | No | Limit results to those matching a search term. | |
| status | No | Filter by page status. |