astrovisor_openapi_list
List OpenAPI operations using pagination and apply filters by tag, HTTP method, or path prefix.
Instructions
List OpenAPI operations with pagination and optional filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Optional tag filter (exact match). | |
| limit | No | Max items (default 50). | |
| method | No | Optional HTTP method filter (GET/POST/PUT/PATCH/DELETE). | |
| offset | No | Start index (default 0). | |
| pathPrefix | No | Optional path prefix filter, e.g. /api/tarot |