search_endpoints
Find REST API endpoints by keyword search across paths, methods, summaries, and descriptions when you don't know the exact endpoint.
Instructions
Fuzzy-search the API spec by keyword. Use this when you don't know the exact path. Searches across path, HTTP method, summary, description, tags, and operationId. Returns matching endpoints with their method, full path, summary, and required parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Keywords to search for, e.g. 'packs search' or 'inspector shipments' or 'verify otp' | |
| limit | No | Max results to return (default 10) |