draft
Create, update, send, delete email drafts, or generate reply/forward drafts from existing messages. Control recipients, subject, body, and importance.
Instructions
Manage email drafts. action=create saves a new draft. action=update edits an existing draft. action=send sends a draft. action=delete removes a draft. action=reply/reply-all/forward creates a reply or forward draft from an existing message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform (required) | |
| id | No | Draft or message ID. Required for update/send/delete/reply/reply-all/forward. | |
| to | No | Comma-separated recipient email addresses (optional for create/update, required for forward) | |
| cc | No | Comma-separated CC email addresses | |
| bcc | No | Comma-separated BCC email addresses | |
| subject | No | Email subject | |
| body | No | Email body (plain text or HTML) | |
| importance | No | Email importance (default: normal) | |
| comment | No | Comment text for reply/forward (prepended to original message). Cannot combine with body. | |
| dryRun | No | Preview draft without saving (action=create only, default: false) | |
| checkRecipients | No | Check recipients for out-of-office, delivery restrictions before saving (action=create, default: false) |