Skip to main content
Glama
resend

Email Sending MCP

by resend

List Broadcast Recipients

list-broadcast-recipients
Read-only

Retrieve individual recipients of a broadcast by event type—sent, opened, clicked, bounced, or unsubscribed—to see exactly which contacts took each action.

Instructions

Purpose: List the individual recipients of a broadcast for a given event type (sent, delivered, opened, clicked, bounced, complained, unsubscribed, suppressed).

NOT for: Aggregate broadcast performance (use get-broadcast). Not for listing broadcasts themselves (use list-broadcasts). This tool returns per-recipient rows, one per contact per event type.

Returns: For each recipient: email, id (opaque pagination cursor), contact_id (when known). Also includes count for "opened"/"clicked", bounce_type for "bounced", and clicked_links (url + click count) for "clicked". Use pagination (limit, after/before) for large lists.

When to use: User asks "who opened this broadcast?", "who bounced?", "who clicked this link?", "who unsubscribed from this campaign?", or wants the list of contacts behind a specific broadcast engagement metric. Use get-broadcast first if you need the broadcast ID from a name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYesRecipient event type to list recipients for.
afterNoCursor to fetch the page after this recipient (for forward pagination). Cannot be used with "before".
emailNoFilter recipients by a substring of their email address.
limitNoNumber of recipients to retrieve. Default: 20, Max: 100, Min: 1
beforeNoCursor to fetch the page before this recipient (for backward pagination). Cannot be used with "after".
bounceTypeNoFilter by bounce type. Only meaningful when "type" is "bounced".
broadcastIdYesBroadcast ID or Resend dashboard URL (e.g. https://resend.com/broadcasts/<id>)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv2.17.0

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already mark this as read-only, and the description adds useful behavioral detail beyond that: it returns per-recipient rows, one per contact per event type, includes event-specific fields like bounce_type and clicked_links, and explains pagination via limit/after/before. No contradiction with the readOnlyHint.

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?

The description is longer than minimal but every section serves a purpose: purpose, exclusions, return semantics, and usage triggers. It is well-structured and front-loaded, though some of the example phrasings in 'When to use' are slightly redundant with the earlier 'NOT for' section.

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?

Even though there is no output schema, the description explains the return shape sufficiently: per-recipient rows, key fields, event-specific extras, and pagination. It covers the practical workflow of resolving a broadcast ID. It could have noted error conditions or rate limits, but these are not essential for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3, but the description enriches the 'type' parameter by explaining what fields come back for opened/clicked/bounced, and it clarifies pagination semantics for limit/after/before. It adds practical meaning beyond the schema's field-level descriptions.

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 states a specific verb and resource: 'List the individual recipients of a broadcast for a given event type.' It clearly enumerates the event types and distinguishes itself from get-broadcast and list-broadcasts, so an agent can immediately tell what this tool does.

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?

The description explicitly says what this tool is NOT for and names the alternatives: aggregate performance should use get-broadcast, and listing broadcasts should use list-broadcasts. It also gives concrete user-intent examples ('who opened this broadcast?', 'who bounced?') and advises using get-broadcast first to resolve a broadcast name to an ID.

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