List Specs
list_specsList all API specifications in the active project. Set scope to 'org' to list the published APIs across every project in the organization instead — each entry carries the projectId and specId to pass to set_context. Requires project context for scope 'project'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of specs to skip (for pagination, default 0) | |
| take | No | Number of specs to return (default 50, max 100) | |
| scope | No | What to list: 'project' (default) or 'org' | project |