Skip to main content
Glama
resend

Email Sending MCP

by resend

List Broadcasts

list-broadcasts

List all broadcast campaigns (newsletters/bulk emails) with ID, name, audience, status, and timestamps. Use this to view sent or scheduled newsletters.

Instructions

Purpose: List all broadcast campaigns (newsletters/bulk emails to audiences) with ID, name, audience, status, timestamps.

NOT for: Listing transactional emails (use list-emails). Not for listing segments or contacts (use list-segments, list-contacts).

Returns: For each broadcast: id, name, segment_id, status, created_at, scheduled_at, sent_at.

When to use: User asks "show my broadcasts", "what newsletters did I send?", "list campaigns". Use get-broadcast for full details of one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Without annotations, the description carries the full burden. It honestly describes the return fields and implies a read-only list operation. However, it could explicitly state that it does not modify data or require special permissions.

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?

The description is well-structured with headings, bullet points, and concise sentences. Every sentence adds value without redundancy.

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?

Given zero parameters and no output schema, the description fully covers what the tool does, what it returns, and when to use it. No gaps remain.

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?

No parameters exist in the schema, so baseline 4 applies. The description does not need to add parameter info; it correctly focuses on purpose and output.

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 clearly states it lists broadcast campaigns (newsletters/bulk emails) with specific fields (ID, name, audience, status, timestamps). It effectively distinguishes itself from siblings like list-emails, list-segments, list-contacts, and get-broadcast.

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 what the tool is NOT for (transactional emails, segments, contacts) and provides concrete usage examples ('show my broadcasts', 'what newsletters did I send?'). Also directs to get-broadcast for full details.

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