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. Use to check delivery status or find an email ID for further 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, 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?

Describes paginated nature and return fields. No annotations, so description carries burden. Lacks details on recency definition, rate limits, or auth, but adequate for a read operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with sections; each sentence adds value. Slightly verbose but not wasteful.

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?

Explains return fields despite no output schema, provides workflow hint, and clarifies scope (sent emails via send-email). Lacks potential edge cases like empty results.

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 description adds no new parameter insights. Baseline 3 justified.

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 specific metadata (recipient, subject, status, timestamps). Distinguishes from list-broadcasts explicitly.

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?

Provides explicit NOT-for guidance (broadcast campaigns) with alternative tool (list-broadcasts). Lists specific user intents and a workflow chaining to 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