v5
latestOpenAPI 3.1.02026-08-043621,4011.8 MBAgents Platform
Get Mcp Tool Configuration Override
Retrieve configuration overrides for a specific MCP tool.
get/v1/convai/mcp-servers/{mcp_server_id}/tool-configs/{tool_name}
Path parameters
mcp_server_idstring required
ID of the MCP Server.
ID of the MCP Server.
tool_namestring required
Name of the MCP tool to retrieve config overrides for.
Name of the MCP tool to retrieve config overrides for.
Headers
xi-api-keystring nullable
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.
Response
Successful Response
Example response
{
"assignments": [
{
"dynamic_variable": "user_name",
"preserve_native_type": false,
"sanitize": false,
"source": "response",
"value_path": "user.name"
}
]
}