Skip to main content
Glama
MadLlama25

Fastmail MCP Server

by MadLlama25

create_draft

Create email drafts without sending, including reply threading via in-reply-to and references headers. Each call produces a new draft, so call once per message.

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)
attachmentsNoFiles to attach. Each entry must use EXACTLY ONE source: localPath (a file inside the configured download directory), emailId + attachmentId (re-attach an attachment from an existing email — no bytes are copied), or blobId (an already-uploaded JMAP blob). Optional name/type override the inferred filename and MIME type.
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses a key behavioral trait—each call creates a new draft—and warns against duplicate calls. However, it does not mention side effects like saving to the Drafts folder, authentication requirements, or return value behavior. The warning adds value but the description is still thin on behavioral details.

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?

The description is two sentences, front-loaded with the purpose, and the IMPORTANT warning is clearly highlighted. Every sentence earns its place without redundancy.

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?

Despite having 12 parameters and no output schema or annotations, the description is very brief. It fails to explain what happens after creating a draft (e.g., how to reference it for send_draft/edit_draft), what the return value is, or how the tool interacts with sibling tools. The schema is detailed, but the description does not provide sufficient contextual glue for effective invocation.

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?

The schema covers 100% of parameters with descriptions, so the baseline is 3. The description adds minor semantic context by mentioning threading headers for replies, which maps to inReplyTo/references, but does not elaborate on other parameters. It does not significantly exceed the schema's 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?

The description clearly states 'Create an email draft without sending it', using a specific verb and resource that distinguishes it from sibling tools like send_email, reply_email, and edit_draft. The additional context about threading headers further clarifies its scope.

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 provides explicit context for when to use this tool ('without sending it') and includes a strong warning about not calling twice for the same message. However, it does not name alternative tools or explicitly contrast with send_draft/edit_draft, so it lacks explicit alternatives.

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