Customer support · summarize_thread
Summarize a thread
Summarize a conversation thread for a human.
- Price
- plan AI usage
- Requirements
- No connector
- runs on platform keys
- Human approval
- No
- read or internal write
Input
| Field | Type | Description |
|---|---|---|
| messages * | array | Array of messages in the thread |
| ticketId | string | Optional ticket UUID for reference |
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":"summarize_thread","input":{"messages":[],"ticketId":"…"}}'$
run({ "tool": "summarize_thread", "input": {"messages":[],"ticketId":"…"} })