Skip to main content
Glama
mattias242

protonmail-mcp-server

by mattias242

forward_email

Forward an email to one or more recipients, adding a Fwd: prefix and quoting the original message. Include optional custom text above the forwarded content.

Instructions

Vidarebefordra ett e-post. Sätter Fwd:-prefix och citerar originalet.

Args: uid: UID för e-posten att vidarebefordra to: Mottagaradress(er) body: Valfri text att lägga till ovanför det vidarebefordrade meddelandet mailbox: Mappnamn (standard: INBOX)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYes
uidYes
bodyNo
mailboxNoINBOX

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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 burden. It does disclose the forwarding behavior (Fwd prefix and quoting), but lacks details on side effects such as whether the original email is modified, attachment handling, or permission 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 concise, with a brief summary followed by a tight argument list. Each sentence provides meaningful information, and the structure is easy to scan.

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?

The description covers the core purpose, behavior, and all parameters, and an output schema exists to define return values. It lacks explicit alternatives or edge-case information, but is reasonably complete for a simple forward operation.

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

Parameters4/5

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

With 0% schema description coverage, the description compensates by providing a one-line explanation for each parameter: uid, to, body, and mailbox, including default for mailbox and optionality for body. However, it could clarify the expected format of uid and how multiple 'to' addresses are handled.

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 clearly states the action (forward an email) and the behavioral specifics (sets Fwd: prefix and quotes the original), which distinguishes it from sibling tools like send_email and reply_to_email.

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?

Usage is implied by the tool name and description, but there is no explicit guidance on when to use this over reply_to_email or send_email, nor any exclusions or alternatives mentioned.

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