gmail_create_draft
Compose an email draft in Gmail for review before sending. Provide recipients, subject, and plain-text or HTML body; the message is saved to drafts, not transmitted.
Instructions
Creates an email draft in the authenticated user's Gmail account. Use this tool when you want to prepare an email for review before sending. This tool does NOT send the email — the draft is only saved to Gmail Drafts. To send an email, use the gmail_send_email tool instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | List of CC email addresses (optional). | |
| to | Yes | List of recipient email addresses (required, at least one). | |
| bcc | No | List of BCC email addresses (optional). | |
| body | Yes | The plain-text email body (required). | |
| subject | Yes | The email subject line (required). | |
| html_body | No | Optional HTML version of the email body. If provided, overrides plain-text body for HTML-capable email clients. |