Customer support · analyze_sentiment
Analyze sentiment
Sentiment of a customer message (positive, negative, angry).
- Price
- plan AI usage
- Requirements
- No connector
- runs on platform keys
- Human approval
- No
- read or internal write
Input
| Field | Type | Description |
|---|---|---|
| text * | string | The customer message to analyze |
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":"analyze_sentiment","input":{"text":"…"}}'$
run({ "tool": "analyze_sentiment", "input": {"text":"…"} })