gmail_create_draft
Create a Gmail draft for later review before sending. Compose email with optional CC, BCC, subject, and HTML or plain text body.
Instructions
Creates an email draft in the user's Gmail account without sending it immediately. Allows human review before dispatch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | Optional CC recipient(s) | |
| to | No | Optional recipient email address(es) | |
| bcc | No | Optional BCC recipient(s) | |
| subject | No | Optional subject line for the draft | |
| body_html | No | HTML formatted content of the draft | |
| body_text | No | Plain text content of the draft |