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
| Field | Type | Description |
|---|---|---|
| server_id | string | ID of the MCP server to call |
| tool_name | string | Name of the tool to call |
| args | object | Arguments 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":"…"} })