find_pages
Locate any WebCake page by name, domain, or exact ID. Combine filters to narrow results, then use the returned page ID to edit or add sections.
Instructions
Searches the account's pages by name, domain, and/or page id so you can locate the page to edit, then pass its id to get_page → update_page/add_section. Filters are AND-combined (e.g. name='sale' + domain='shop.com'). Each result includes id, name, organization_id, custom_domain, default_domain, updated_at. With no filters it returns the most-recent pages (like list_pages). Needs WEBCAKE_API_BASE + WEBCAKE_JWT.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Case-insensitive substring of the page name to match. | |
| limit | No | Max results (default 50, capped at 100). | |
| domain | No | Case-insensitive substring of the page's domain (matches custom_domain OR default_domain). | |
| page_id | No | Exact page id — narrows to that single page (useful to confirm it exists/owned). |