set_server_config
Configure or switch to an OpenAPI server by providing its schema URL. Override base URL and assign a nickname for distinct environments.
Instructions
Connect to an OpenAPI server. If no server is configured yet, use this tool first to set the OpenAPI URL. Switches between different API servers dynamically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| openapi_url | Yes | OpenAPI schema URL (e.g., http://localhost:8000/openapi.json) | |
| base_url | No | Optional base URL override. Auto-detected from spec by default — only set this if requests are hitting the wrong host/port. | |
| nickname | No | Optional friendly name for this server (e.g., 'Production', 'Local Dev') |