Gmail
gmail_get_draft
Get a specific draft by ID, including the draft message content.
Remote node2flow/gmail-mcp
Other tools also called gmail_get_draft?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The draft ID (from gmail_list_drafts)"
},
"format": {
"enum": [
"full",
"metadata",
"minimal",
"raw"
],
"type": "string",
"description": "Response format for the draft message"
}
}
}