find_endpoint
Find OpenAPI operations by path glob, method, and/or tag. Filters combine to return matching endpoints with metadata.
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 |
|---|---|---|---|
| repo | Yes | ||
| path | No | fnmatch glob (e.g. '/pets/*'); case-sensitive | |
| method | No | HTTP method; case-insensitive | |
| tag | No | Exact tag match |