search_endpoints
Search API endpoints in OpenAPI specs using keyword queries. Combine terms to filter results and choose output as snippets, IDs, or full details.
Instructions
Search API endpoints by keyword. AND semantics — all terms must match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search query (space-separated terms) | |
| limit | No | Max results to return | |
| return | No | Output format | snippets |
| spec_path | Yes | Path to the spec file |