Skip to main content
Glama
concurrent2024

mcp-email-server

Send an email

send_email

Send a new email or reply to an existing thread, with attachments, CC/BCC, and HTML. Recipients must be allowlisted and content should be confirmed first.

Instructions

Send an email. This is irreversible: confirm the content with the user first.

Sending only works when EMAIL_ALLOW_SEND=true, and every recipient must pass the configured allowlist. Pass reply_to_uid to answer an existing message: the reply is threaded correctly and the recipient and subject are filled in from the original.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccNoCc recipients.
toNoRecipients. Plain addresses or 'Name <a@b.com>' both work.
bccNoBcc recipients.
bodyYesPlain-text body.
htmlNoOptional HTML alternative. Always send body as well.
subjectYesSubject line.
attachmentsNoFilenames inside the server's attachment directory.
reply_to_uidNoUID of a message to reply to; threads the reply and fills in To.
reply_to_folderNoFolder holding the message being replied to.INBOX

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
senderYes
subjectNo
acceptedYesRecipients the server accepted.
rejectedNoRecipients the server refused.
message_idYesMessage-ID assigned to the outgoing mail.
saved_to_folderNoFolder a copy was appended to, when the account keeps sent mail server-side.
attachment_countNo
Behavior5/5

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

Beyond the annotations, the description reveals that sending is irreversible, requires user confirmation, is gated by an environment flag, and enforces recipient allowlisting. It also explains reply threading/filling behavior. This is rich contextual disclosure that helps the agent anticipate real-world consequences.

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?

Three tightly written sentences. The most important safety warning is front-loaded, followed by enabling conditions and a specific usage pattern. There is no filler or repetition of schema details.

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?

For a 9-parameter tool, the description covers the key operational constraints: side-effect irreversibility, user confirmation, environment gating, allowlist enforcement, and reply behavior. The schema covers parameters, and an output schema exists, so nothing critical is missing.

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. The description adds meaningful semantics for reply_to_uid, explaining that it threads the reply and auto-fills recipient and subject. This goes beyond the schema's simple field 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 opens with 'Send an email', a specific verb and resource. It further differentiates itself by highlighting irreversibility and the reply behavior, which separates it from sibling tools like save_draft and read_email.

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 gives clear context: confirm content first, sending only works when EMAIL_ALLOW_SEND=true, allowlist requirements, and how to reply via reply_to_uid. It does not explicitly contrast with save_draft, so it misses the full 'when to use vs alternatives' guidance.

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/concurrent2024/mcp-email-server'

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