Skip to main content
Glama
redesignhealth

Google Workspace MCP Server

get_gmail_thread_content

Retrieve the complete content of a Gmail thread, including all messages, by providing the thread ID and user's Google email.

Instructions

Retrieves the complete content of a Gmail conversation thread, including all messages.

Args: thread_id (str): The unique ID of the Gmail thread to retrieve. user_google_email (str): The user's Google email address. Required.

Returns: str: The complete thread content with all messages formatted for reading.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
thread_idYes
user_google_emailYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It does state that the return is a string 'with all messages formatted for reading,' giving some insight into output format. However, it does not explicitly mention that this is a read-only operation, potential rate limits, authentication requirements (beyond the required email parameter), or any error conditions. It is minimally transparent but lacks richer behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and well-structured with a one-sentence purpose, Args section, and Returns section. Every line adds value, and the main verb is front-loaded. There is no redundant or filler content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple (two string parameters, no nested objects), and the description covers the core functionality and return type. However, it does not position the tool relative to its many siblings, such as get_gmail_threads_content_batch, nor does it mention any limitations (e.g., thread size, pagination). For a straightforward retrieval tool, it's mostly complete but could benefit from a 'use this for single-thread retrieval' note.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has no parameter descriptions (0% coverage), so the description must compensate. It does so by explaining thread_id as 'The unique ID of the Gmail thread to retrieve' and user_google_email as 'The user's Google email address. Required.' This adds meaningful context beyond the bare parameter names and required flags, though it could provide more detail about where to find the thread ID or the format of the email.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool 'Retrieves the complete content of a Gmail conversation thread, including all messages.' This uses a specific verb ('retrieves') and resource ('Gmail conversation thread'), and the mention of 'complete content' and 'all messages' distinguishes it from sibling tools like get_gmail_message_content (single message) and get_gmail_threads_content_batch (batch retrieval).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It does not mention that this is for a single thread as opposed to get_gmail_threads_content_batch, nor does it suggest any context or prerequisites. Without explicit usage guidance, an agent must infer the appropriate situation from the name alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/redesignhealth/google-mcp-unofficial'

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