search_endpoints
Search cached OpenAPI endpoints using natural-language queries to find matching operations based on endpoint metadata and schema field names.
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 |