Support client · analyze_sentiment
Analyser le sentiment
Sentiment d'un message client (positif, négatif, en colère).
- Prix
- usage IA du plan
- Prérequis
- Aucun connecteur
- fonctionne sur les clés plateforme
- Validation humaine
- Non
- lecture ou écriture interne
Entrée
| Champ | Type | Description |
|---|---|---|
| text * | string | The customer message to analyze |
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":"analyze_sentiment","input":{"text":"…"}}'$
run({ "tool": "analyze_sentiment", "input": {"text":"…"} })