Skip to main content
Glama
MadLlama25

Fastmail MCP Server

by MadLlama25

create_draft

Creates an email draft without sending, with optional threading support for replies and customizable fields like recipients, subject, and body.

Instructions

Create an email draft without sending it. Supports threading headers for replies. IMPORTANT: each call creates a new draft — do not call twice for the same message.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccNoCC email addresses (optional)
toNoRecipient email addresses (optional)
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)
subjectNoEmail subject (optional)
htmlBodyNoHTML body (optional)
textBodyNoPlain text body (optional)
inReplyToNoMessage-IDs to reply to (optional, for threading)
mailboxIdNoMailbox ID to save the draft to (optional, defaults to Drafts folder)
referencesNoMessage-IDs for References header (optional, for threading)
Behavior3/5

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

No annotations are present, so the description bears the full burden. It discloses that drafts are created without sending and supports threading headers, but omits details like return values or side effects (e.g., what happens if the draft already exists).

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?

Two sentences plus an important note in bold. Front-loaded with the main purpose, no fluff.

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 11 optional parameters and no output schema, the description provides essential context (creation behavior, threading support, duplicity warning). It could mention return value (draft ID) for completeness, but is adequate.

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 adds the note about threading headers relating to 'inReplyTo' and 'references', but does not significantly enhance parameter meaning beyond the schema.

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 uses a specific verb+resource: 'Create an email draft without sending it.' It clearly distinguishes from siblings like 'send_draft' and 'edit_draft', and mentions threading support.

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 explicitly warns against calling twice for the same message, providing clear guidance on when not to use. However, it does not explicitly mention alternatives like 'edit_draft' for modifying drafts.

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