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