search_endpoints
Search API endpoints by keyword across operation IDs, paths, summaries, and descriptions. Results are ranked by relevance with exact or fuzzy matching. After finding endpoints, retrieve full details or TypeScript types.
Instructions
Search endpoints by keyword across operationId, path, summary, and description. Results are ranked by relevance. If no exact matches are found, automatically falls back to fuzzy search. The response includes a matchType field ("exact" or "fuzzy"); fuzzy results also include a score field per result. After finding the target endpoint, use get_endpoint for full details or get_types for TypeScript types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search keyword | |
| tag | No | Optional tag to filter results | |
| limit | No | Maximum number of results (default: 10) |