Skip to main content
Glama

get_thread

Retrieve a specific Gmail conversation thread by its unique ID to access the complete email exchange, with optional HTML content inclusion for detailed message viewing.

Instructions

Get a specific thread by ID

Input Schema

NameRequiredDescriptionDefault
idYesThe ID of the thread 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)

{ "properties": { "id": { "description": "The ID of the thread 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" }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/HitmanLy007/gmail-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server