list_endpoints
List endpoints from OpenAPI documents with optional filtering by tag, method, or path fragment.
Instructions
List endpoints from a discovered OpenAPI document with optional filtering by tag, method, or path fragment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Docs page URL or direct OpenAPI JSON/YAML URL | |
| tag | No | Optional tag filter, e.g. users | |
| method | No | Optional HTTP method filter | |
| pathContains | No | Optional path or summary substring filter | |
| includeDeprecated | No | Include deprecated endpoints; defaults to true | |
| limit | No | Maximum endpoint count to return; defaults to 50 |