load_openapi_spec
Load or refresh OpenAPI specifications from URLs to ensure AI agents have current API documentation when endpoints change.
Instructions
Load or refresh OpenAPI spec from a URL. Use this first if tools fail because docs path changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| backendId | Yes | Required backend id from list_backends. | |
| url | No | Optional docs URL override for this call. | |
| forceRefresh | No | Bypass in-memory cache when true. |