Skip to main content
Glama
martinzarfl

Mail MCP Server

by martinzarfl

save_draft

Save an email to the Drafts folder for later, specifying recipient and subject, with optional CC, BCC, and body.

Instructions

Save an email as a draft in the Drafts folder.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccNoCC recipient (optional)
toYesRecipient email address
bccNoBCC recipient (optional)
fromNoSender email address (optional)
htmlNoHTML email body (optional)
textNoPlain text email body
subjectYesEmail subject
Behavior2/5

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

With no annotations, the description carries the full burden. It only discloses the action and destination. It does not mention required permissions, whether the draft is saved locally or on the server, idempotency, or what is returned after saving. This is insufficient 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, focused sentence with no filler words. It immediately communicates the tool's purpose without redundancy, earning a top score for conciseness.

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 7 parameters, no annotations, and no output schema, the description is extremely brief. It does not clarify behavior related to sending, attachments, server interaction, or result handling. This leaves significant gaps for an agent trying to use the tool correctly.

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 parameter semantics are fully handled by the schema. The description adds no additional meaning beyond what the schema already provides, making the baseline score of 3 appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action (Save), the resource (an email), and the destination (Drafts folder). It implies a non-sending action, which helps distinguish it from sibling tools like send_email, though it doesn't explicitly name alternatives.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives such as send_email, test_smtp_config, or move_message. The description simply states what the tool does without any contextual or conditional advice.

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/martinzarfl/mail-mcp'

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