search_endpoints
Search API endpoints by keyword across multiple fields with exact and fuzzy matching. Results are ranked by relevance and include match type and scores for fuzzy matches.
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) |