Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Send an email to recipients
| Field | Value |
|---|---|
| Name | gmail__send_email |
| Group | Integrations |
{
"type": "object",
"properties": {
"raw": {
"type": "string",
"description": "RFC 2822 email message. Pass plain MIME text; Veryfront base64url-encodes it before sending. Already encoded base64url messages are also accepted."
},
"threadId": {
"type": "string",
"description": "Thread ID for a reply"
}
},
"required": [
"raw"
],
"description": "Input schema for the gmail__send_email tool."
}