Skip to main content
Glama
as-j

Fastmail MCP Server

by as-j

send_email

Send a new email message from your Fastmail account. Provide recipients and subject; optionally include CC, BCC, and body content. Delivers the message immediately to the specified addresses.

Instructions

Send a new outbound email from the connected Fastmail account. Use when the user says things like "send email to Alice" or wants to compose a fresh message right now. Do not use for threaded replies; use reply_email. Do not use when the user wants to save a draft instead of sending; use save_draft or create_draft.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesRecipient addresses as [{email, name?}] objects
ccNoCC addresses (optional)
bccNoBCC addresses (optional)
fromNoSender email address (optional, defaults to account primary email)
mailboxIdNoMailbox ID to save the email to (optional, defaults to Drafts folder)
subjectYesEmail subject
textBodyNoPlain text body (optional)
htmlBodyNoHTML body (optional)
inReplyToNoMessage-ID(s) of the email being replied to (optional, for threading)
referencesNoFull reference chain of Message-IDs (optional, for threading)
Behavior4/5

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

Annotations already indicate a write operation (readOnlyHint=false). Description adds context that it sends from the 'connected Fastmail account' and is a new outbound email. No contradiction, but lacks detail on immediate sending or permissions.

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 sentences: purpose, usage, exclusions. Front-loaded with key verb and resource, no unnecessary words.

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 10 parameters, no output schema, and annotations present, the description covers purpose and usage thoroughly. It lacks details on return value or side effects, but this is acceptable for a send tool.

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 baseline is 3. The description does not add parameter-level information, but the schema already documents each parameter well.

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?

Description clearly states 'Send a new outbound email' with a specific verb and resource (Fastmail account). It explicitly differentiates from sibling tools like reply_email and save_draft, addressing purpose and distinction.

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 examples ('send email to Alice', compose fresh message) and when-not-to-use with named alternatives (reply_email, save_draft, create_draft). This guides the agent effectively.

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

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