list_endpoints
List all API endpoints from an OpenAPI spec file, filtering by HTTP method or tag to find specific operations.
Instructions
List all API endpoints in a loaded spec. Filter by method or tag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter by tag name | |
| format | No | Output format | compact |
| method | No | Filter by HTTP method (GET, POST, etc.) | |
| spec_path | Yes | Path to the spec file |