Skip to main content
Create a Gmail draft

Tool details

FieldValue
Namegmail__create_draft
GroupIntegrations

Playground

Input schema

Input schema
{
  "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."
}

Output schema

This tool does not publish an output schema.