Create draft
create_draftSaves a draft into the Drafts folder of the account. Nothing is sent; the owner reviews and sends it from their mail client (or asks you to send_draft). Attachments: existing mailbox attachments, files from upload_attachment/request_upload, or inline content. This is the preferred way to prepare replies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | Recipient addresses | |
| bcc | No | ||
| html | No | Optional HTML body (scripts are stripped); when absent it is rendered from text | |
| text | Yes | Plain-text body | |
| quote | No | Quote the original under the reply (default true when replying) | |
| account | Yes | Account id from list_accounts | |
| subject | Yes | ||
| attachments | No | Files to attach: existing mailbox attachments, uploaded files (folder "mailmcp-uploads"), inline content, or local paths | |
| in_reply_to_uid | No | uid of the message being answered: sets In-Reply-To/References, keeps the Re: subject and quotes the original. Prefer reply_draft / reply_send. | |
| in_reply_to_folder | No | Folder/label path. Defaults to All Mail on Gmail, INBOX elsewhere. |