gmail_send_message
Send an email immediately from the authenticated Gmail account by specifying recipients, subject, and body. Delivers the message right away without creating a draft.
Instructions
Send an email immediately from the authenticated Gmail account.
This sends right away with no draft/confirmation step on the API side — confirm intent with the user before calling this tool.
Returns: str: JSON with the sent message's id and threadId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |