Skip to main content
Glama
SinoEdwards

Mail Agent MCP

by SinoEdwards

imap_save_draft

Save an email draft to the Drafts folder without sending. Compose with recipients, subject, body, HTML, and attachments for later review.

Instructions

Save an email as a draft in the Drafts folder (no send). Takes the same fields as imap_send_email (including account defaultBcc when configured).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccNoCC recipients. Either an array of addresses or a single comma-separated string.
toNoRecipient email address(es). Either an array of addresses or a single comma-separated string.
bccNoBCC recipients. Either an array of addresses or a single comma-separated string; merged with the account defaultBcc when set.
bodyNoAlias for 'text' (backward-compat)
htmlNoHTML content
textNoPlain text content
folderNoOverride the Drafts folder name (defaults to auto-detected Drafts folder)
replyToNoReply-to address
subjectNoEmail subject
accountIdNoAccount ID (from imap_list_accounts). Optional if accountName is given or only one account is configured.
inReplyToNoMessage-Id being replied to
referencesNoReferences header value(s)
accountNameNoAccount name instead of accountId. Optional if accountId is given or only one account is configured.
attachmentsNoEmail attachments
Install Server

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full behavioral burden. It does disclose one key behavioral trait, that the email is not sent, and notes that account defaultBcc is applied when configured. However, it does not explain connection/account prerequisites, whether repeated calls create duplicate drafts, what happens with the folder override, or what a successful call returns. The description is not misleading, but it leaves several operational behaviors to the agent's inference.

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 two concise sentences and front-loads the primary action and no-send distinction. There is no filler. The second sentence is compact, but it references imap_send_email, which is not present in the sibling list, slightly reducing its standalone clarity. Overall it is efficient and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given a 14-parameter tool with no annotations and no output schema, the description is adequately scoped for selecting the tool but thin on invocation details. The schema covers parameter meanings, and the description covers the core purpose, but return values, connection/account prerequisites, and draft-folder fallback behavior are not addressed. This is a minimum-viable definition with clear gaps around operational context.

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 already describes all 14 parameters in detail, so the baseline is 3. The description only adds a cross-reference to imap_send_email and account defaultBcc behavior, but the defaultBcc behavior is already stated in the bcc parameter description. The description adds little semantic value beyond what the schema provides, though it does not conflict with it.

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 states a specific action and resource: 'Save an email as a draft in the Drafts folder'. It also explicitly says '(no send)', which distinguishes it from send-related siblings like imap_confirm_send or imap_preview_send_email. An agent can immediately tell what this tool does and what it does not do.

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 gives clear usage context: use this tool when you want to persist an email as a draft without sending it. The '(no send)' contrast with send tools is a clear contextual signal, though it does not explicitly name alternative tools or exclusion conditions. It is slightly less explicit than the best examples but still unambiguous.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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