Skip to main content
Glama
Vinksj

gmail-multi-mcp

by Vinksj

get_thread

Retrieve a complete email thread with all messages, bodies, and attachment metadata from any connected Gmail account.

Instructions

Multi-account Gmail (all connected accounts). Read a full email thread (all messages, bodies, attachment metadata).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountYesWhich Gmail account to use: an alias (e.g. "personal", "work") or the email address. See list_accounts.
threadIdYes
includeFullBodiesNoDefault true. Set false for a quick skim (300-char bodies).
Behavior4/5

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

With no annotations, the description carries the burden. It states this is a read operation (non-destructive), covers multiple accounts, and lists returned data (messages, bodies, attachment metadata). It does not mention whether reading marks as read or any rate limits, but overall provides good transparency for a read action.

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?

Two sentences, efficient and front-loaded with scope and action. No extraneous words.

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

Completeness4/5

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

Given no output schema and no annotations, the description covers the tool's function, scope, and return data adequately for a read tool. Could mention authentication or pagination but these are not critical for a single thread read.

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

Parameters3/5

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

Schema description coverage is 67%, so baseline is 3. The description does not explicitly describe parameters but contextualizes that you need a threadId to specify which thread and that includeFullBodies controls detail. It adds moderate value beyond the schema.

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?

Description clearly states the verb 'Read' and resource 'full email thread', specifying it includes all messages, bodies, and attachment metadata. It also clarifies multi-account scope, distinguishing it from sibling tools like get_message (single message) and search_threads (searching).

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

Usage Guidelines3/5

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

The description implies usage when you need full thread content but lacks explicit guidance on when to use this tool versus alternatives like get_message or search_threads. No direct mention of prerequisites or exclusions.

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/Vinksj/claude-gmail-multi'

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