Skip to main content
Glama
resend

Email Sending MCP

by resend

List Emails

list-emails

List recently sent transactional emails with recipient, subject, status, and timestamps. Paginate through history to check delivery status or find an email ID for full details.

Instructions

Purpose: List recently sent emails (transactional emails sent via send-email) with metadata: recipient, subject, status, timestamps.

NOT for: Listing broadcast campaigns (use list-broadcasts). Not for composing or sending.

Returns: Paginated list with to, subject, status, created_at, message_id, and ID per email.

When to use:

  • User asks "what emails were sent?", "show recent emails", "did my email go out?"

  • Checking delivery status of sent messages

  • Finding an email ID to fetch full content (then use get-email)

Workflow: list-emails → get-email( id ) when user needs full body or details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterNoEmail ID after which to retrieve more emails (for forward pagination). Cannot be used with "before".
limitNoNumber of emails to retrieve. Default: 20, Max: 100, Min: 1
beforeNoEmail ID before which to retrieve more emails (for backward pagination). Cannot be used with "after".
Behavior4/5

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

With no annotations, the description discloses that it returns a paginated list of recently sent transactional emails with specific fields (to, subject, status, etc.). This covers the main behavioral aspects, but does not mention rate limits, authentication requirements, or default ordering. However, given the tool's simplicity and schema coverage, it is adequate.

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?

Well-structured with markdown headings and bullet points. Front-loaded with purpose. Every sentence provides value without redundancy. Efficient use of space.

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 simple list tool with 3 optional parameters and no output schema, the description covers all necessary aspects: purpose, usage guidelines, not-for cases, return fields, and workflow. It is complete and self-contained.

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 coverage is 100%, so baseline is 3. The description does not add additional meaning beyond the schema's parameter descriptions. The mention of pagination is implicit but not elaborated in terms of parameter usage.

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?

Clearly states it lists recently sent transactional emails with metadata, and explicitly distinguishes from broadcast campaign listing via sibling tool list-broadcasts. The verb and resource are specific and unambiguous.

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 (check sent emails, delivery status, find email ID) and when not (not for broadcast campaigns, not for composing). Also provides alternative tool (list-broadcasts) and suggests a workflow (list-emails then get-email).

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