Skip to main content
Glama
resend

Email Sending MCP

by resend

Send Email

send-email

Send a single transactional email to one or more recipients, immediately or scheduled. Returns a confirmation and email ID.

Instructions

Purpose: Send a single transactional email to one or more recipients immediately (or schedule it). Use for one-off messages, notifications, and direct replies.

NOT for: Sending the same email to a whole list/audience (use create-broadcast + send-broadcast). Not for managing contacts or audiences.

Returns: Send confirmation and email ID.

When to use:

  • User wants to "send an email" to specific people (names or addresses)

  • One-off messages: password reset, order confirmation, receipt, alert

  • User says "email this to X", "notify them", "send a message to..."

  • Scheduling a single email for later

Workflow: Get recipient(s) and content from user → send-email. Use list-emails or get-email to check delivery status afterward.

Key trigger phrases: "Send an email", "Email this to", "Notify", "Send a message", "Reply to them", "Schedule an email"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccNoOptional array of CC email addresses. You MUST ask the user for this parameter. Under no circumstance provide it yourself
toYesArray of recipient email addresses (1-50 recipients)
bccNoOptional array of BCC email addresses. You MUST ask the user for this parameter. Under no circumstance provide it yourself
fromYesSender email address (e.g. "onboarding@resend.com" or "Acme <onboarding@resend.com>"). You MUST ask the user for this parameter. Under no circumstance provide it yourself
htmlNoHTML email content. When provided, the plain text argument MUST be provided as well.
tagsNoArray of custom tags for tracking/analytics. Each tag has a name and value.
textYesPlain text email content
headersNoOptional custom email headers as key/value pairs (e.g. {"List-Unsubscribe": "<https://example.com/unsubscribe>", "X-Entity-Ref-ID": "unique-id"}). Use for one-click unsubscribe, preventing Gmail threading, or other MIME headers Resend accepts.
replyToNoOptional email addresses for the email readers to reply to (e.g. "support@example.com" or "Support Team <support@example.com>"). You MUST ask the user for this parameter. Under no circumstance provide it yourself
subjectYesEmail subject line
topicIdNoTopic ID for subscription-based sending. When set, the email respects contact subscription preferences for this topic.
attachmentsNoArray of file attachments. Each needs filename plus one of: filePath, url, or content. Max 40MB total.
scheduledAtNoOptional parameter to schedule the email. This uses natural language. Examples would be 'tomorrow at 10am' or 'in 2 hours' or 'next day at 9am PST' or 'Friday at 3pm ET'.
idempotencyKeyNoOptional unique key that prevents duplicate sends on retries (sent as the Idempotency-Key header). Use the same key when retrying the same logical email; use a new key for a different email. Must be 1-256 characters.
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the immediate/scheduled sending behavior, return value ('Send confirmation and email ID'), and post-send follow-up (use list-emails or get-email). However, it does not mention edge cases like failures, retries, or rate limits, which could be important for a send 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?

The description is well-structured with bold headers and bullet lists, and the purpose is front-loaded. It is longer than strictly necessary ('Key trigger phrases' overlap somewhat with 'When to use'), but every section adds value for a tool with 14 parameters and many sibling alternatives.

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 the lack of an output schema and the tool's complexity (14 params, nested objects), the description covers the essential context: return value, workflow after sending, alternatives, trigger phrases, and scheduling. It tells the agent what to do with the result (check status via list-emails/get-email) and when not to use it, providing a complete operational picture.

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 the baseline is 3. The description itself does not elaborate on individual parameters, but the schema provides detailed descriptions for all 14 parameters, including examples and constraints. The description adds no extra parameter-level meaning beyond what the schema already gives.

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 explicitly states 'Send a single transactional email to one or more recipients immediately (or schedule it)' with a specific verb and resource, and distinguishes from siblings by noting 'NOT for: Sending the same email to a whole list/audience (use create-broadcast + send-broadcast).' This makes the tool's scope unmistakable.

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 guidance ('When to use' bullet list) and exclusions ('NOT for' section) naming alternative tools. Also includes workflow and trigger phrases, making it clear when to select this tool over siblings.

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