All tools

Email · reply_email

Reply to an email

Draft and send a reply inside the original thread.

Price
included
Requirements
Gmail or Outlook
set it up in Settings → Integrations
Human approval
Yes, by default
outside-facing write: a human validates

Input

FieldTypeDescription
repliesarrayBatch reply: the FULL list of replies to send in one call (preferred whenever there is more than one). Each item takes the same fields as a single reply. When provided, the top-level single-reply fields are ignored.
emailId *stringThe email ID returned by read_emails
body *stringThe reply body in plain text. Write a complete, professional email.
replyAllbooleanWhether to reply to all recipients (default: false, reply only to sender)

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":"reply_email","input":{"replies":[],"emailId":"…","body":"…","replyAll":true}}'
$run({ "tool": "reply_email", "input": {"replies":[],"emailId":"…","body":"…","replyAll":true} })