update_mcp_integration
Update an MCP integration’s name, description, URL, authentication, or transport. Changes apply immediately and may 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 | |
| name | No | New display name | |
| description | No | New description | |
| url | No | New URL endpoint | |
| auth_type | No | New authentication type | |
| transport | No | New transport protocol | |
| 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 |