Skip to main content
Glama
eduardobrito21

fastmail-mcp

send_email

Send an email immediately with support for plain-text and HTML bodies, CC, BCC, and reply threading.

Instructions

Compose and send an email immediately.

Args: to: Recipients (comma-separated, e.g. "user@example.com, Name other@example.com"). subject: Email subject line. text_body: Plain-text body content. html_body: HTML body content (optional; both text and HTML can be provided). cc: CC recipients (comma-separated, same format as to). bcc: BCC recipients (comma-separated, same format as to). identity_id: Sending identity ID (use list_identities to see options; empty for default). in_reply_to: Message-ID of the email being replied to. references: Space-separated Message-IDs for the References header.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYes
subjectYes
text_bodyNo
html_bodyNo
ccNo
bccNo
identity_idNo
in_reply_toNo
referencesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries full burden. It states 'send immediately' but does not disclose behavioral traits like error handling, rate limits, delivery guarantees, or irreversibility. While it lists parameters, it omits important behavioral context for a mutation tool.

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 mostly concise with a short opening sentence and a structured parameter list. However, the parameter list is slightly verbose with default values shown, and the format could be more compact. Still, it is efficient and front-loaded.

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 9 parameters (2 required), no annotations, and an output schema present, the description covers parameter semantics well but lacks usage context, errors, or return value details. It is complete enough for basic use but could benefit from mentioning threading behavior and error conditions.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema coverage, the description adds full meaning: it explains each parameter's purpose and format (e.g., 'comma-separated' for to/cc/bcc, 'use list_identities to see options' for identity_id). This goes far beyond the schema's minimal type information.

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 the tool 'Compose and send an email immediately.' The verb 'send' and resource 'email' are specific, and it distinguishes from sibling tools like create_draft (which only creates a draft) and reply_email (which is a specific reply action).

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

Usage Guidelines3/5

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

The description implies immediate sending but lacks explicit guidance on when to use this versus alternatives such as create_draft or reply_email. No prerequisites or exclusions are provided, so usage context is only implied.

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

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