Gmail

gmail_update_draft

Update an existing draft with new content. Replaces the entire draft message.

Remote node2flow/gmail-mcp

Other tools also called gmail_update_draft? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "cc": {
      "type": "string",
      "description": "CC recipient(s), comma-separated"
    },
    "id": {
      "type": "string",
      "description": "The draft ID to update"
    },
    "to": {
      "type": "string",
      "description": "Recipient email address(es), comma-separated"
    },
    "bcc": {
      "type": "string",
      "description": "BCC recipient(s), comma-separated"
    },
    "body": {
      "type": "string",
      "description": "Plain text body"
    },
    "html": {
      "type": "string",
      "description": "HTML body (sent as multipart/alternative with plain text)"
    },
    "subject": {
      "type": "string",
      "description": "Email subject line"
    },
    "thread_id": {
      "type": "string",
      "description": "Thread ID to associate this draft with"
    }
  }
}
          

Provider

Gmail →