Skip to main content
Glama
mattias242

protonmail-mcp-server

by mattias242

reply_to_email

Reply to an email using its UID, with automatic In-Reply-To, References, and Re: prefix. Supports plain text and optional HTML body.

Instructions

Svara på ett e-post. Sätter In-Reply-To, References och Re:-prefix automatiskt.

Args: uid: UID för e-posten att svara på body: Svarstexten i klartext mailbox: Mappnamn (standard: INBOX) body_html: Valfri HTML-version av svarstexten

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uidYes
bodyYes
mailboxNoINBOX
body_htmlNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are present, so the description must carry the full behavioral burden. It adds value by disclosing that In-Reply-To, References, and Re:-prefix are set automatically. However, it does not state other side effects such as whether the email is actually sent, whether the original is modified, or any authentication requirements.

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 compact: a single sentence describing the action and behavior, followed by a concise list of parameters. Every sentence contributes essential information, with no redundancy.

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 reply tool with 4 parameters and no annotations, the description covers the core behavior, parameter semantics, and a key behavioral detail (automatic header setting). It doesn't elaborate on return values, but an output schema is present, so that is not required. Missing details like side effects are limited but not severe.

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

Parameters5/5

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

The input schema provides only types and defaults, with 0% description coverage. The tool description compensates by explaining each parameter: uid identifies the email, body is the plain-text reply, mailbox defaults to INBOX, and body_html is an optional HTML version. This fully clarifies parameter meaning beyond the schema.

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 opens with 'Svara på ett e-post' (reply to an email), clearly identifying the action and resource. It further distinguishes from siblings by noting automatic In-Reply-To, References, and Re:-prefix handling, which is specific to reply functionality.

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 a clear context: it is for replying to an existing email, which differentiates from send_email or forward_email. However, it does not explicitly mention when not to use it or reference sibling tools as 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/mattias242/protonmail-mcp-server'

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