list_endpoints
List API endpoints with filters by method, path, or tag. Supports pagination and compact or full detail views.
Instructions
List API endpoints. Returns compact one-liners default (saves tokens). Use compact=false for full details. Supports pagination with limit/offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method_filter | No | Filter by HTTP method (GET, POST, etc.) | |
| path_prefix | No | Filter by path prefix | |
| tag | No | Filter by tag | |
| limit | No | Results per page (default: 10) | |
| offset | No | Starting index for pagination (default: 0) | |
| compact | No | If true (default), return one-liner per endpoint. If false, return full JSON objects. |