Reply Email
reply_emailUse this when the user wants to reply to an email that lives in the Mac's Apple Mail (message ID from list_emails/search_emails). Supports plain text or HTML body. For a Microsoft 365 message ID from m365_list_emails, use m365_reply_email. Pass account (from list_emails/search_emails results) to skip scanning other accounts and avoid timeouts on multi-account Macs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Plain-text reply body. | |
| account | No | Account (from the listing) the message is in — pass it to skip scanning other accounts and avoid multi-account timeouts. | |
| confirm | No | Consent gate: the first call previews the reply; call again with confirm=true to actually SEND it. | false |
| html_body | No | HTML reply body. Takes precedence over `body` when both are given. | |
| reply_all | No | Reply to all original recipients instead of just the sender. | false |
| message_id | Yes | Id of the message to reply to (from list_emails/search_emails). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| replied | No | ||
| message_id | No |