List SeedProd Pages is a WordPress ability from SeedProd — usable via Easy MCP AI, which connects Claude, ChatGPT, and any AI assistant to your site.
Install Free Plugin →List SeedProd Pages
Read-onlyList every SeedProd landing page, mode page, and theme template with its ID, title, type, and status.
Requires the SeedProd (coming-soon) plugin active on a WordPress install where the Abilities API's wp_register_ability function exists (WP 6.9+) — abilities are wrapped in a function_exists check and register only when it does. Individual abilities additionally require the 'manage_options' capability (get-status, toggle-coming-soon, toggle-maintenance), the 'edit_pages' capability (list-pages, get-page), or the capability returned by the 'seedprod_lpage_capability' filter, which defaults to 'edit_others_posts' (save-page).
What it does
This ability queries the database for all pages created in the SeedProd builder — landing pages, coming-soon/maintenance/login/404 mode pages, and (on non-lite builds) theme templates like headers, footers, and page templates — returning each one's ID, title, type, status, and builder edit URL. Results can be filtered by page type, using the same long-form values as save-page, and by status (publish, draft, or all). An AI assistant can use this to inventory existing pages before deciding what to update or before calling get-page or save-page on a specific ID.
See it in action
You ask your AI assistant
"List all my SeedProd pages that are still in draft status."
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
| type | string | No | Filter by page type, using the same long-form values as save-page (landing-page, coming-soon, maintenance, etc.). Default: all. |
| status | string | No | Filter by status: publish, draft, or all. Default: all. |
Returns
An array of page objects, each with id, title, type, status, and edit_url.
Permission
The current user must have the 'edit_pages' capability.
More SeedProd abilities
Get SeedProd Page
Retrieve a single SeedProd page's metadata, or its full section content when requested.
Get SeedProd Status
Read whether coming soon, maintenance, login, and 404 modes are active, along with license and version details.
Save SeedProd Page
Create a new SeedProd page or update an existing one, including its section/row/block content and mode activation.
Toggle Coming Soon Mode
Turn SeedProd's coming soon page on or off for visitors who aren't logged in.
Toggle Maintenance Mode
Turn SeedProd's maintenance mode page on or off, serving a 503 status to search engines while it's active.