Skip to main content
Glama
dadamonis

protonmail-mcp

by dadamonis

save_draft

Save an email as a draft in the Drafts folder without sending. Provide recipients, subject, body, and optional CC to prepare a message for later.

Instructions

Save an email as a draft in the Drafts folder without sending.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccNo
toYes
bodyYes
htmlNo
accountNodefault
subjectYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does communicate the core effect (saving to Drafts, not sending), but it omits other useful behavioral details such as whether an existing draft is overwritten, what the response contains, or whether account selection affects behavior.

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?

A single sentence that front-loads the primary action, states the destination, and includes the key exclusion ('without sending'). Every phrase earns its place and there is no redundant or filler content.

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?

For a moderately complex tool with 6 parameters and no annotations, the description is somewhat thin. It omits guidance on the 'html' flag, the 'account' parameter, and how drafts are handled or returned. However, an output schema is present, so some return-value expectations may be covered elsewhere.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% and the description does not explain any parameter semantics. While parameter names like 'to', 'subject', and 'body' are self-explanatory, the description adds no value for less obvious parameters such as 'html' or 'account'. The description fails to compensate for the absent schema descriptions.

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 names a specific action ('Save an email as a draft'), a target location ('Drafts folder'), and an explicit boundary ('without sending'). This clearly distinguishes the tool from siblings like send_email and forward_email, even without naming them.

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

Usage Guidelines3/5

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

The phrase 'without sending' implies the tool should be used when a draft is wanted rather than an immediate send, but it does not explicitly state when to choose this tool over alternatives or mention any prerequisites. Usage is implied, not explicitly guided.

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/dadamonis/protonmail-mcp'

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