wp_list_pages
List WordPress pages with filters for site, search term, status, and per-page count to find and manage content.
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. | |
| search | No | Limit results to those matching a search term. | |
| status | No | Filter by page status. | |
| per_page | No | Number of items to return per page (max 100). |