search_endpoints
Search cached OpenAPI endpoints using natural language queries to find relevant endpoints with semantic scoring. Filter by tag, method, or include deprecated endpoints to refine results.
Instructions
Search cached endpoints for a previously detected OpenAPI spec using a server-side semantic-style scorer over endpoint metadata and schema field names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| specId | Yes | Spec ID returned by detect_openapi | |
| query | Yes | Natural-language or keyword query, e.g. create user email | |
| tag | No | Optional tag filter, e.g. users | |
| method | No | Optional HTTP method filter | |
| includeDeprecated | No | Include deprecated endpoints; defaults to true | |
| limit | No | Maximum number of search results to return; defaults to 10 |