update_mcp_integration
Modify an MCP integration's name, description, URL, authentication, or transport. Changes take effect immediately and altering URL or auth type can disrupt connected clients.
Instructions
Update an MCP integration's name, description, URL, auth, or transport. Changes apply immediately and altering url or auth_type can break connected clients; use update_mcp_server when you only need to rename or re-describe a server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The MCP integration ID or slug to update | |
| url | No | New URL endpoint | |
| name | No | New display name | |
| auth_type | No | New authentication type | |
| transport | No | New transport protocol | |
| description | No | New description | |
| custom_headers | No | New custom headers for authentication. Sent via configurations.custom_headers |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |