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.
Create a Gmail draft
| Field | Value |
|---|---|
| Name | gmail__create_draft |
| Group | Integrations |
{
"type": "object",
"properties": {
"message": {
"type": "object",
"description": "Draft message containing raw RFC 2822 content"
}
},
"required": [
"message"
],
"description": "Input schema for the gmail__create_draft tool."
}