Tous les outils

Support client · detect_language

Détecter la langue

Détecte la langue d'un texte.

Prix
inclus
Prérequis
Aucun connecteur
fonctionne sur les clés plateforme
Validation humaine
Non
lecture ou écriture interne

Entrée

ChampTypeDescription
text *stringThe text to analyze for language detection

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":"detect_language","input":{"text":"…"}}'
$run({ "tool": "detect_language", "input": {"text":"…"} })