Get configuration override

Retrieve 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 retrieve config overrides for.

Headers

xi-api-keystringRequired

Response

Successful Response
tool_namestring
The name of the MCP tool
force_pre_tool_speechboolean or null

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

disable_interruptionsboolean or null

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

tool_call_soundenum or null

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

Allowed values:
tool_call_sound_behaviorenum or null

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

Allowed values:
execution_modeenum or null

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

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

Errors