wordpress_list_pages
List WordPress pages with filters for status, search, parent, sorting, and pagination to find the exact pages you need.
Instructions
List WordPress pages with filtering and pagination.
Args: status: Filter by status (publish, draft, pending, private, future) search: Search pages by keyword parent: Filter by parent page ID page: Page number (default: 1) per_page: Results per page, max 100 (default: 10) orderby: Sort by field (date, title, id, modified, menu_order) order: Sort direction (asc, desc)
Returns: List of pages with pagination info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| order | No | desc | |
| parent | No | ||
| search | No | ||
| status | No | ||
| orderby | No | date | |
| per_page | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||