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-only
SeedProd Page Builders seedprod/list-pages

List 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.

Newsletter

The AI + WordPress space moves fast. Keep up.

New tools, workflow ideas, and product updates — be the first to know what's next.

No spam, unsubscribe anytime.