Skip to main content
Replace a Gmail draft

Tool details

FieldValue
Namegmail__update_draft
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "draftId": {
      "type": "string",
      "description": "Draft ID"
    },
    "message": {
      "type": "object",
      "description": "Draft message containing raw RFC 2822 content"
    }
  },
  "required": [
    "draftId",
    "message"
  ],
  "description": "Input schema for the gmail__update_draft tool."
}

Output schema

This tool does not publish an output schema.