search_docs
Search Pancake API docs and get ranked matches across endpoints, webhooks, guides, and schemas. Retrieve returned IDs to fetch full details with matching get_* tools.
Instructions
Search the entire Pancake API documentation and return ranked matches.
This is the entry point for exploring the docs: search first, then fetch full detail with get_endpoint, get_webhook, or get_guide using the returned id.
Searches across REST endpoints, webhook events, guide sections (authentication, rate limits, setup...), and component schemas. Each result includes its type, the id to pass to the matching get_* tool, and a short snippet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area | No | Restrict the search to one area. Defaults to 'all'. | |
| limit | No | Maximum number of results to return (default 10). | |
| query | Yes | Keywords to search for, e.g. 'send message', 'conversation tags', 'webhook messaging', 'rate limit'. |