fetch_spec
Retrieve the OpenAPI/Swagger JSON specification to discover API endpoints, HTTP methods, and request schemas for making API calls.
Instructions
Fetches the OpenAPI/Swagger JSON spec for this API. Use this to discover endpoint paths, HTTP methods, and request body schemas before calling request().
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Override the spec URL. If omitted, uses API_SWAGGER_URL env var. |