Skip to main content
Glama
spruikco

send16-mcp

by spruikco

send_email

Send transactional emails like receipts and OTPs. Provide HTML or plain text; from_email must be from a verified domain.

Instructions

Send a transactional email through Send16. Provide html, text, or both (text-only is fine for OTPs/receipts/alerts). from_email must belong to a domain that is verified in the workspace — call whoami for the account and list_domains to see which senders are allowed; a send from an unverified domain returns a clear error, not a silent failure. For a zero-setup first send, use from_email onboarding@send16.com — the sandbox sender delivers with no DNS, but only to your own account email.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesRecipient email address or array of addresses (max 50)
htmlNoHTML body content
textNoPlain text body content
apiKeyNoSend16 API key (overrides SEND16_API_KEY env var)
subjectYesEmail subject line
reply_toNoReply-to email address
templateNoTransactional template slug to use instead of inline content
from_nameNoSender display name (e.g. "Acme Co")
variablesNoTemplate variables for merge tags
from_emailNoSender email address (must be from a verified domain)
Behavior4/5

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

No annotations exist, so the description provides transparency about domain verification requirements and the non-silent failure for unverified domains. It also mentions the sandbox sender behavior. It does not cover all edge cases but is sufficient.

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 concise with three sentences, each adding distinct information. The purpose is front-loaded, and there is no redundant content.

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?

Given the complexity of 10 parameters and no output schema, the description covers the core workflow and key constraints. It lacks details on return values or advanced error handling, but is complete enough for typical usage.

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 baseline is 3. The description adds value by explaining that html/text can be both or either, and providing context on from_email verification and the sandbox sender. It enhances understanding of key 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 tool sends a transactional email via Send16, with specific use cases (OTPs, receipts, alerts). This distinguishes it from siblings like send_broadcast and send_event.

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

Usage Guidelines4/5

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

The description explains when to use (transactional emails) and provides context for text-only sends. It offers guidance on verified domains and a sandbox option for first-time sends, but does not explicitly contrast with all sibling tools.

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/spruikco/send16-mcp'

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