Skip to main content
Get a Gmail draft

Tool details

FieldValue
Namegmail__get_draft
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "draftId": {
      "type": "string",
      "description": "Draft ID"
    },
    "format": {
      "type": "string",
      "description": "Format: full, metadata, minimal, raw"
    }
  },
  "required": [
    "draftId"
  ],
  "description": "Input schema for the gmail__get_draft tool."
}

Output schema

This tool does not publish an output schema.