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
pre_tool_speechenumDefaults to auto

If set, overrides the server’s 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

tool_call_sound_behaviorenumDefaults to auto

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

execution_modeenumDefaults to immediate

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

response_timeout_secsinteger5-300

If set, overrides the server’s response timeout for this MCP tool (seconds).

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
response_mockslist of objects

Mock responses with optional parameter conditions. Evaluated top-to-bottom; first match wins.

force_pre_tool_speechbooleanDeprecated

DEPRECATED: use pre_tool_speech instead. If set, overrides the server’s force_pre_tool_speech setting for this tool.

Errors

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