get_thread
Retrieve a specific email thread by ID using the Gmail MCP server. Optionally include parsed HTML in the response for detailed content analysis.
Instructions
Get a specific thread by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The ID of the thread 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 |