Skip to main content
Glama
MadLlama25

Fastmail MCP Server

by MadLlama25

send_draft

Send a draft email by providing its ID. The draft must have recipients and a from address; after sending, it moves to the Sent folder.

Instructions

Send an existing draft email. The draft must have recipients (to/cc/bcc) and a from address. After sending, the email is moved to the Sent folder and the draft keyword is removed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailIdYesThe ID of the draft email to send
Behavior3/5

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

No annotations provided, so description carries full burden. It discloses post-send behavior (moved to Sent folder, draft keyword removed) and prerequisites. Lacks details on permissions, error states, or rate limits, but provides adequate basic transparency.

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, no extraneous words. Efficiently communicates purpose, precondition, and behavioral outcome.

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?

For a simple one-parameter tool without output schema, description covers purpose, prerequisite, and post-action effect. Could mention return values, but not required.

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?

Single parameter 'emailId' is fully described in input schema (100% coverage). Description adds no additional semantic information beyond the schema, so baseline score of 3 is appropriate.

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 verb 'send' and resource 'draft email'. Provides specific precondition (must have recipients/from address) and distinguishes from related siblings like create_draft and send_email.

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?

Explains when to use (sending an existing draft) and implicit when not to (if draft lacks recipients/from). Mentions result (moved to Sent, draft keyword removed). Could explicitly contrast with send_email, but context is clear.

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