All tools

Routines & missions · mcp_call

Call an MCP connector

Tools from an MCP server connected to the workspace.

Price
included
Requirements
No connector
runs on platform keys
Human approval
Yes, by default
outside-facing write: a human validates

Input

FieldTypeDescription
server_idstringID of the MCP server to call
tool_namestringName of the tool to call
argsobjectArguments to pass to the tool

Call this tool

Through the HTTP API, or from the MCP server with the run meta-tool.

curl https://api.ezyagents.fr/gateway/v1/run \
  -H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
  -d '{"tool":"mcp_call","input":{"server_id":"…","tool_name":"…","args":"…"}}'
$run({ "tool": "mcp_call", "input": {"server_id":"…","tool_name":"…","args":"…"} })