Update MCP server
update_mcp_serverUpdate a connected MCP or OpenAPI server's stored name, description, tools, resources, or transport. Requires playbooks:write or full permission. Use call_connected_tool to invoke a tool, and delete_mcp_server to disconnect. Pass playbook_id as the UUID or GUID of the playbook this call should target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New display name | |
| tools | No | Updated tool definitions | |
| resources | No | Updated resource definitions | |
| server_id | Yes | Connected server UUID | |
| description | No | New description | |
| playbook_id | Yes | UUID or GUID of the target playbook | |
| transport_type | No | Connection type | |
| transport_config | No | Updated transport-specific configuration |