update_provider
Modify a provider's endpoint, API key environment variable, or options in BlackBox-MCP. Merges new options into existing settings, leaving empty fields unchanged.
Instructions
Update an existing provider's endpoint, api_key_env, or options.
Args: name: Existing provider id. endpoint: New base URL (empty leaves unchanged). api_key_env: New env-var name (empty leaves unchanged). options: JSON object merged into existing options.
Returns: JSON result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| options | No | ||
| endpoint | No | ||
| api_key_env | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |