list_endpoints
List all available endpoints in an OpenAPI specification, with optional filters by tags or HTTP methods, to help AI assistants understand API structures for integration.
Instructions
List all available endpoints in the OpenAPI specification
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional: Filter endpoints by tags | |
| methods | No | Optional: Filter endpoints by HTTP methods (GET, POST, PUT, DELETE, etc.) | |
| sessionId | Yes | The session ID |