Skip to main content
Glama

Read a Gmail message's full body

read_gmail_message

Retrieve the complete content of a single Gmail message using its message ID or thread ID, gaining access to full details like interview links and instructions that short snippets omit.

Instructions

Read the full body of ONE specific Gmail message — search_gmail_for_job and scan_job_updates only return a short snippet, so use this when you need the actual content (e.g. an interview link or instructions). Pass message_id (the id from a search/scan result), or thread_id to read the most recent message in that thread. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
thread_idNoGmail thread id — reads the most recent message in the thread. Ignored if message_id is given.
message_idNoGmail message id, e.g. the `id` from a search_gmail_for_job result.
Behavior4/5

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

With no annotations provided, the description carries the disclosure burden. It discloses read-only nature ('Read-only'), explains behavior with thread_id ('reads the most recent message in that thread'), and clarifies the precedence when both parameters are given. While it doesn't discuss authentication or side effects, the read-only declaration and behavioral details are valuable for this simple tool.

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, front-loaded with the primary purpose, then providing usage context and parameter guidance. Every sentence provides functional value; no filler or redundant information.

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

Completeness5/5

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

This is a simple 2-parameter read tool with no output schema. The description covers what it does, when to use it, how parameters interact, and its read-only nature. For the given complexity, it is complete and leaves no obvious gaps for an agent to correctly select and invoke the tool.

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?

Schema coverage is 100%, so the parameters are already documented. The description adds meaningful relationship semantics: it explains that message_id comes from a search/scan result, that thread_id reads the most recent message, and that thread_id is ignored if message_id is given. This goes beyond the schema's standalone descriptions.

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 opens with a specific verb+resource: 'Read the full body of ONE specific Gmail message.' It clearly distinguishes from sibling tools by stating that search_gmail_for_job and scan_job_updates only return snippets, while this tool provides the full content.

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

Usage Guidelines5/5

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

Explicitly states when to use: 'use this when you need the actual content (e.g. an interview link or instructions).' It also names the alternatives (search_gmail_for_job, scan_job_updates) and explains their limitation, providing clear context for selecting this tool. Additionally, it provides parameter usage guidance (message_id vs thread_id).

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/DaleMagrath/mcp-job-tracker'

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