send_email
Draft a Gmail message with an optional attachment from the attachments folder, then show the recipient, subject and body for confirmation before dispatch.
Instructions
Send an email via Gmail, optionally attaching a file from the attachments folder (e.g. a resume PDF). Always show the user the drafted subject/body/recipient and get confirmation before calling this.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | Optional CC address | |
| to | Yes | Recipient email address | |
| body | Yes | Plain-text email body | |
| subject | Yes | Email subject line | |
| attachmentFilename | No | Optional filename of a file inside the attachments/ folder (e.g. 'resume.pdf'). Use list_attachments to see what's available. |