All tools

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

FieldTypeDescription
messages *arrayArray of messages in the thread
ticketIdstringOptional 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":"…"} })