Skip to main content
Glama
googlarz

Proton Mail Bridge MCP

reply_all_email

Destructive

Reply to all original recipients of an email, including the sender and all To/CC addresses, while preserving threading headers. Use when multiple parties need to receive the reply.

Instructions

Immediately reply to all original recipients (sender + all To/CC addresses) of an existing email. Identical to reply_to_email with replyAll enabled. Use when the conversation involves multiple parties and all should receive the reply. Threading headers (In-Reply-To, References) are preserved. Requires PROTONMAIL_ALLOW_SEND.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailIdYesOriginal email id.
bodyNoReply body to prepend (plain text). Required unless markdownBody is provided.
markdownBodyNoReply body in Markdown. Rendered to HTML with body as plain-text fallback; takes precedence over body+isHtml.
isHtmlNoSend body as HTML (ignored when markdownBody is provided).
ccNoAdditional CC recipients, comma-separated.
bccNoAdditional BCC recipients, comma-separated.
fromNameNoOptional display name for the From header.
sanitizeHtmlNoStrip scripts and remote image beacons from HTML before delivery. Defaults to true.
attachmentsNoAttachments with base64 encoded content.
confirmedNoSet to true to confirm this irreversible send when PROTONMAIL_CONFIRM_DESTRUCTIVE is enabled.
dryRunNoPreview full reply-all fan-out without sending.
includeQuoteNoAppend the quoted original message to the reply body.
Behavior4/5

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

Annotations already indicate destructiveHint=true. The description adds behavioral context such as 'Immediately reply', 'Threading headers (In-Reply-To, References) are preserved', and 'Requires PROTONMAIL_ALLOW_SEND'. These details go beyond annotations and are useful for the agent.

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 three sentences, front-loaded with the main action. Every sentence contributes essential information: action, relation to sibling, usage guidance, and behavioral details. No wasted words.

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?

Given the tool's complexity (12 parameters, no output schema), the description covers the core purpose, usage guidance, and key behavioral traits. It mentions required permission and threading preservation. While it does not describe return values or error scenarios, the schema covers parameters, and the description is sufficient for tool selection.

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%, meaning each parameter already has a description. The tool description does not add significant new meaning for parameters beyond what the schema provides. The baseline is 3, and the description makes no extra parameter clarifications.

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 tool replies to all original recipients (sender + To/CC) of an existing email, and distinguishes itself from reply_to_email by specifying it is identical with replyAll enabled. The verb 'reply' and resource 'email' are explicit.

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 explicitly says 'Use when the conversation involves multiple parties and all should receive the reply,' providing clear guidance. It implies not to use when only the sender needs a reply, but does not name the alternative tool directly aside from stating it is identical to reply_to_email with replyAll enabled.

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/googlarz/proton-mail-bridge-client'

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