Gmail MCP

by shinzo-labs
Verified
MIT License
126
1
  • Apple
  • Linux

get_draft

Retrieve a specific draft by its ID from your Gmail account. Optionally include parsed HTML in the response for detailed content analysis, streamlining email management and workflow.

Instructions

Get a specific draft by ID

Input Schema

NameRequiredDescriptionDefault
idYesThe ID of the draft to retrieve
includeBodyHtmlNoWhether to include the parsed HTML in the return for each body, excluded by default because they can be excessively large

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "The ID of the draft to retrieve", "type": "string" }, "includeBodyHtml": { "description": "Whether to include the parsed HTML in the return for each body, excluded by default because they can be excessively large", "type": "boolean" } }, "required": [ "id" ], "type": "object" }
ID: 1je9b8hapn