Skip to main content
Glama
resend

Email Sending MCP

by resend

Get Received Email

get-received-email
Read-only

Retrieve full details of a received email by ID, including HTML and plain text content, headers, and a raw email download URL.

Instructions

Retrieve full details of a specific received email by ID, including HTML and plain text content, headers, and raw email download URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe received email ID to retrieve
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds value by specifying exactly what content is returned (HTML, plain text, headers, raw email download URL). This goes beyond the annotation but does not cover potential side effects or rate limits, which are less relevant for a read-only retrieval.

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?

A single sentence that is direct and front-loaded, naming the action, resource, and key return components without any filler or repetition.

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?

For a tool with one parameter and no output schema, the description sufficiently explains the return value (full details including content and headers). It is complete for the tool's complexity and works well with the readOnlyHint annotation.

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% and the 'id' parameter is described as 'The received email ID to retrieve'. The description adds minimal extra meaning beyond restating that it retrieves by ID, so it stays at the baseline 3.

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 uses the specific verb 'Retrieve' with the resource 'a specific received email by ID', clearly stating what is included (HTML, plain text, headers, raw email download URL). It distinguishes itself from sibling tools like list-received-emails, which lists emails, and get-received-email-attachment, which gets attachments.

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

Usage Guidelines4/5

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

The description clearly implies this tool is for retrieving full details of a single received email when you have its ID. It provides clear context but does not explicitly name alternatives or state when not to use this tool, so it falls short of a 5.

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/resend/resend-mcp'

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