list_endpoints
Discover all Pancake REST API endpoints. Browse endpoints grouped by tag, view method, path, and summary, and filter by tag or keyword to quickly locate the one you need.
Instructions
List all Pancake REST API endpoints, grouped by tag.
Returns each endpoint's id (e.g. "GET /pages/{page_id}/conversations"), method, path, and summary. Pass the id to get_endpoint for the full contract (parameters, request body, response schema, examples). Optionally filter by tag or keyword.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter to a single tag/category, e.g. 'Conversations', 'Statistics', 'Customers'. | |
| keyword | No | Filter to endpoints whose path or summary contains this keyword. |