Compose preview (does NOT send)
compose_previewDraft an email and present it for review without sending or saving. Use this tool to preview the message and get approval before final dispatch.
Instructions
Build an email and return it for the user to review. Does not send or save anything. Use this first, then send_email after the user approves.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient email addresses. | |
| cc | No | ||
| bcc | No | ||
| subject | Yes | ||
| text | No | Plain-text body. | |
| html | No | HTML body. | |
| attachments | No | ||
| inReplyTo | No | Message-ID being replied to. | |
| references | No |