Gmail

gmail_create_draft

Create a new draft email. The draft can be sent later with gmail_send_draft.

Remote node2flow/gmail-mcp

Other tools also called gmail_create_draft? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "cc": {
      "type": "string",
      "description": "CC recipient(s), comma-separated"
    },
    "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 (for reply drafts)"
    }
  }
}
          

Provider

Gmail →