Update configuration override

Update configuration overrides for a specific MCP tool.

Path Parameters

mcp_server_idstringRequired
ID of the MCP Server.
tool_namestringRequired
Name of the MCP tool to update config overrides for.

Headers

xi-api-keystringRequired

Request

This endpoint expects an object.
force_pre_tool_speechboolean or nullOptional

If set, overrides the server’s force_pre_tool_speech setting for this tool

disable_interruptionsboolean or nullOptional

If set, overrides the server’s disable_interruptions setting for this tool

tool_call_soundenum or nullOptional

If set, overrides the server’s tool_call_sound setting for this tool

Allowed values:
tool_call_sound_behaviorenum or nullOptional

If set, overrides the server’s tool_call_sound_behavior setting for this tool

Allowed values:
execution_modeenum or nullOptional

If set, overrides the server’s execution_mode setting for this tool

Allowed values:
assignmentslist of objects or nullOptional
Dynamic variable assignments for this MCP tool

Response

Successful Response
idstring
configobject
metadataobject
The metadata of the MCP Server
access_infoobject or null
The access information of the MCP Server
dependent_agentslist of objects or null
List of agents that depend on this MCP Server.

Errors