gmail_send_draft
Sends a draft email from a specified Google account after confirmation. Requires account ID, draft ID, and explicit confirmation to prevent accidental sends.
Instructions
Send a draft email. IMPORTANT: This will actually send the email. You MUST pass confirm: true to proceed. Requires compose or full scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | REQUIRED: Must be true to actually send. This is a safety gate to prevent accidental sends. | |
| draftId | Yes | The draft ID to send | |
| accountId | Yes | The Google account ID, alias, or email |