Create a Gmail draft
create_draftCompose an email as a draft in Gmail without sending it. The draft is saved for you to review and send later.
Instructions
Create a draft email in the account's Drafts folder. This does NOT send anything — it's safe to call freely, including when you're not fully sure the user wants to send yet. The user reviews and sends the draft themselves from Gmail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | ||
| bcc | No | ||
| account | Yes | The Gmail address to operate on. Must be one of the accounts returned by list_accounts. If you don't know which account to use, call list_accounts first and ask the user if ambiguous. | |
| subject | Yes | ||
| bodyHtml | No | Optional HTML body, sent alongside the plain-text body. | |
| bodyText | Yes | Plain-text body. | |
| threadId | No | Set to draft a reply within an existing thread. |