find_endpoint
Find OpenAPI operations by filtering on path glob, HTTP method, or tag, with all filters combined, to quickly locate relevant API documentation sections.
Instructions
Find OpenAPI operations by path glob, method, and/or tag. All filters AND'd. Returns one row per match with {section_id, doc_path, method, path, operationId, summary, tags, deprecated}. Requires the spec to have been indexed under v1.18+ so structured metadata is present.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Exact tag match | |
| path | No | fnmatch glob (e.g. '/pets/*'); case-sensitive | |
| repo | Yes | ||
| method | No | HTTP method; case-insensitive |