Skip to main content
Glama

get_gmail_message_content

Retrieve the complete content of a specific Gmail message, including subject, sender, recipients, and body in text, HTML, or raw format.

Instructions

Retrieves the full content (subject, sender, recipients, body) of a specific Gmail message.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
message_idYesThe unique ID of the Gmail message to retrieve.
user_google_emailYesThe user's Google email address. Required.
body_formatNoBody output format. 'text' (default) returns plaintext (HTML converted to text as fallback). 'html' returns the raw HTML body as-is without conversion. 'raw' fetches the full raw MIME message and returns the base64url-decoded content.text

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries full burden. It mentions what content is retrieved but doesn't disclose behavioral aspects like authentication requirements (implied by user_google_email parameter), rate limits, error conditions, or whether this is a read-only operation. The description is functional but lacks operational 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?

Single sentence that efficiently conveys the core functionality with zero waste. Front-loaded with the main action and includes specific content components in parentheses for clarity.

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 that there's an output schema (which handles return values), 100% schema coverage for parameters, and no annotations, the description provides adequate context for a read operation. It could be more complete by mentioning authentication needs or rate limits, but the core functionality is clearly described.

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 100%, so the schema already documents all three parameters thoroughly. The description doesn't add any parameter-specific information beyond what's in the schema. Baseline 3 is appropriate when the schema does the heavy lifting.

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

Purpose4/5

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

The description clearly states the verb ('retrieves') and resource ('full content of a specific Gmail message') with specific components listed (subject, sender, recipients, body). It distinguishes from siblings like 'get_gmail_messages_content_batch' (batch retrieval) and 'get_gmail_thread_content' (thread-level), but doesn't explicitly mention these alternatives in the description itself.

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?

No guidance on when to use this tool versus alternatives like batch retrieval tools or thread-level tools. The description implies it's for single messages but doesn't provide context about prerequisites, performance considerations, or when other tools might be more appropriate.

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/HuntsDesk/ve-gws'

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