spec_load
Load an OpenAPI or Swagger spec from a local file path, converting Swagger 2.0 automatically. Use it to query and explore API definitions without manual conversion.
Instructions
Load an OpenAPI spec from a local file path. Converts Swagger 2.0 automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec_path | Yes | Absolute or relative path to the OpenAPI/Swagger spec file | |
| force_reload | No | Force reload even if cached |