Skip to main content
Glama
resend

Email Sending MCP

by resend

List Contacts

list-contacts

Retrieve contacts from your Resend audience, with optional segment filtering. Get contact IDs and emails for audience management.

Instructions

Purpose: List contacts from Resend. Optionally filter by segment. Use to discover contact IDs or emails.

NOT for: Listing segments (use list-segments). Not for listing sent emails (use list-emails) or broadcasts (use list-broadcasts).

Returns: For each contact: id, email, first_name, last_name, unsubscribed, created_at.

When to use: User asks "who's in this list?", "show contacts", "who did I add?" Don't bother telling the user the IDs, unsubscribe statuses, or creation dates unless they ask for them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterNoContact ID after which to retrieve more (for forward pagination). Cannot be used with "before".
limitNoNumber of contacts to retrieve. Default: 20, Max: 100, Min: 1
beforeNoContact ID before which to retrieve more (for backward pagination). Cannot be used with "after".
segmentIdNoSegment ID to filter by. If provided, only contacts in this segment will be returned.
Behavior3/5

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

No annotations provided, so description carries full burden. It does not explicitly state the tool is read-only or safe, nor does it explain pagination behavior (cursor-based forward/backward). Return fields are listed, which adds some 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?

Well-structured with clear sections (Purpose, NOT for, Returns, When to use). Every sentence serves a purpose; no fluff.

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?

Covers purpose, exclusions, return fields, and usage context. However, misses details on pagination behavior and does not mention rate limits or error handling. Adequate for a standard list tool.

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 baseline is 3. Description only restates the optional segment filter and does not add semantic details like when to use 'after' vs 'before'.

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 verb (list), resource (contacts), and optional filter. Explicitly distinguishes from siblings by stating what it is NOT for (list-segments, list-emails, list-broadcasts).

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 'When to use' section with example queries like 'who's in this list?' and a 'NOT for' section that lists alternative tools. Also advises agent on what not to volunteer.

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