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-keystringOptional

Request

This endpoint expects an object.
force_pre_tool_speechbooleanOptional

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

disable_interruptionsbooleanOptional

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

tool_call_soundenumOptional

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

Allowed values:
tool_call_sound_behaviorenumOptional

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

Allowed values:
execution_modeenumOptional

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

Allowed values:
assignmentslist of objectsOptional
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