Skip to main content
Glama

resend_send_email

Send transactional emails via Resend with support for plain text, HTML, multiple recipients, CC, BCC, reply-to, and custom headers.

Instructions

Send a transactional email via Resend. Supports plain text and HTML content, multiple recipients, CC, BCC, reply-to, and custom headers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccNoCC recipient(s)
toYesRecipient email address(es). Can be a single email or an array of emails.
bccNoBCC recipient(s)
fromYesSender email address. Must be a verified domain in Resend. Use format "Name <email@domain.com>" or just "email@domain.com".
htmlNoHTML body of the email. At least one of text or html is required.
tagsNoTags for email analytics and categorization
textNoPlain text body of the email. At least one of text or html is required.
headersNoCustom email headers as key-value pairs
subjectYesEmail subject line
reply_toNoReply-to email address(es)
Behavior2/5

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

No annotations are provided, and the description does not disclose behavioral traits such as rate limits, authentication requirements, idempotency, or potential side effects. It merely states the action without deeper behavioral 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?

The description is a single, concise sentence that front-loads the main purpose and lists key capabilities without extraneous words. It is efficient and easy to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite having 10 parameters and nested objects, the description omits important context such as expected return value, error handling, and prerequisites (e.g., verified domain). The description is minimal for a tool of this complexity.

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 description adds minimal extra meaning beyond the existing parameter descriptions. The tool-level description summarizes the supported features but does not enhance understanding of individual parameters.

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 the action (send transactional email), the platform (Resend), and lists key capabilities (plain text, HTML, multiple recipients, CC, BCC, reply-to, custom headers). It distinguishes from sibling tools like resend_get_email and resend_send_batch by implication.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool versus alternatives such as resend_send_batch for batch emails. The description lists features but does not provide context on prerequisites (e.g., verified domain) or when not to use this tool.

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/hackerxj2010/mcp-saas-toolkit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server