Skip to main content
Send an existing Gmail draft

Tool details

FieldValue
Namegmail__send_draft
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Draft ID"
    }
  },
  "required": [
    "id"
  ],
  "description": "Input schema for the gmail__send_draft tool."
}

Output schema

This tool does not publish an output schema.