Skip to main content
Glama
MadLlama25

Fastmail MCP Server

by MadLlama25

send_email

Send emails to one or more recipients with optional CC, BCC, HTML body, and threading support. Specify subject and optionally override the sender or mailbox.

Instructions

Send an email

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccNoCC email addresses (optional)
toYesRecipient email addresses (array of strings, or a comma-separated string)
bccNoBCC email addresses (optional)
fromNoSender email address (optional, defaults to account primary email)
replyToNoReply-To email addresses (replies go here instead of to the sender)
subjectYesEmail subject
htmlBodyNoHTML body (optional)
textBodyNoPlain text body (optional)
inReplyToNoMessage-ID(s) of the email being replied to (optional, for threading)
mailboxIdNoMailbox ID to save the email to (optional, defaults to Drafts folder)
referencesNoFull reference chain of Message-IDs (optional, for threading)
Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It merely states the action without explaining side effects (e.g., email is actually sent), auth requirements, or any constraints beyond schema.

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 extremely concise (three words), front-loading the core purpose. However, it lacks any additional structure or examples, which could be added without losing conciseness.

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?

Given 11 parameters and no output schema, the description should cover basic behavior (e.g., whether sent email is saved, threading support). It provides none of this context, leaving the agent underinformed.

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 coverage is 100%, so baseline is 3. The description adds no additional meaning; it just repeats the tool's purpose.

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 'Send an email' uses a specific verb and resource clearly indicating the tool's action. It distinguishes itself from sibling tools like 'create_draft' and 'reply_email' which have different intents (drafting vs replying).

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 guidance on when to use this tool versus alternatives like 'create_draft' or 'reply_email'. The description lacks context about prerequisites or typical use cases.

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/MadLlama25/fastmail-mcp'

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