draft_reply
Generate a reply draft for an email, including headers and quoted original message. Does not send; use send_email to send after user review.
Instructions
Generate a reply draft for an email. Returns the reply template with headers and quoted original message. Does NOT send — use send_email to send after user reviews.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Email message ID to reply to | |
| body | No | Custom reply body text (prepended to quoted original) | |
| reply_all | No | Reply to all recipients (default: false) | |
| folder | No | Folder name (default: INBOX) | |
| account | No | Account name (uses default if omitted) |