Try Bifrost Enterprise free for 14 days. Explore now
cURL
curl --request POST \ --url http://localhost:8080/v1/mcp/tool/execute \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>", "type": "<string>", "function": { "name": "<string>", "arguments": "<string>" } } '
{}
Executes an MCP tool and returns the result.
MCP tool execution request
Show child attributes
Tool executed successfully
MCP tool execution response
Was this page helpful?