spec_list
Enumerate key names within a specified section of an OpenAPI specification, either from a local file path or a remote URL with optional headers. Supports filtering by glob pattern or tag.
Instructions
Enumerate keys within a spec section from a local path string or URL source object. For remote specs, pass spec_path as {"url": "https://example.com/openapi.yaml", "headers": {"Header-Name": "value"}}; headers are optional, only http/https URLs are supported, and successful downloads are cached in memory for 15 minutes with stale fallback on network errors or HTTP 5XX refresh failures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section | Yes | ||
| spec_path | Yes | ||
| filter_by_tag | No | ||
| filter_by_glob | No |