v4
OpenAPI 3.1.02026-07-313621,3961.8 MBUpdate Mcp Tool Configuration Override
Update configuration overrides for a specific MCP tool.
Path parameters
ID of the MCP Server.
ID of the MCP Server.
Name of the MCP tool to update config overrides for.
Name of the MCP tool to update config overrides for.
Query parameters
Environment whose values are used when the MCP server URL, headers, or auth connection reference environment variables. Mirrors the environment a conversation would run in; defaults to production.
Environment whose values are used when the MCP server URL, headers, or auth connection reference environment variables. Mirrors the environment a conversation would run in; defaults to production.
Headers
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Request body
Example request
{
"assignments": [
{
"dynamic_variable": "user_name",
"preserve_native_type": false,
"sanitize": false,
"source": "response",
"value_path": "user.name"
}
]
}Response
Successful Response