get_draft
Retrieve a specific email draft by its ID from Gmail. Optionally include parsed HTML in the response for detailed content analysis.
Instructions
Get a specific draft by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The ID of the draft to retrieve | |
includeBodyHtml | No | Whether to include the parsed HTML in the return for each body, excluded by default because they can be excessively large |