get_message
Retrieve a specific email message by its ID with customizable format options, including parsed HTML body content, using the Gmail MCP server's functionality.
Instructions
Get a specific message by ID with format options
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The ID of the message 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 |