Tous les outils

Routines et missions · mcp_call

Appeler un connecteur MCP

Outils d'un serveur MCP branché à l'espace.

Prix
inclus
Prérequis
Aucun connecteur
fonctionne sur les clés plateforme
Validation humaine
Oui, par défaut
écriture vers l'extérieur : un humain valide

Entrée

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

Appeler cet outil

Via l'API HTTP, ou depuis le serveur MCP avec le méta-outil run.

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":"…"} })