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

Response

Successful Response
tool_namestring
The name of the MCP tool
force_pre_tool_speechboolean

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

disable_interruptionsboolean

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

tool_call_soundenum

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

Allowed values:
tool_call_sound_behaviorenumDefaults to auto

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

Allowed values:
execution_modeenumDefaults to immediate

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

Allowed values:
assignmentslist of objects
Dynamic variable assignments for this MCP tool
input_overridesmap from strings to optional objects
Mapping of json path to input override configuration

Errors

404
Tool Configs Get Request Not Found Error
422
Tool Configs Get Request Unprocessable Entity Error