Skip to main content
Glama
googlarz

Proton Mail Bridge MCP

reply_to_email

Destructive

Instantly reply to an email with proper threading via In-Reply-To and References headers. Use when you have the email ID and want to send the reply without drafting.

Instructions

Immediately send a reply to an existing email, threading it correctly via In-Reply-To and References headers. Use when you have an emailId and want to send the reply right away. Prefer create_reply_draft to save the reply for review first, or create_thread_reply_draft when replying from a threadId. Use reply_all_email to reply to all original recipients. Requires PROTONMAIL_ALLOW_SEND.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailIdYesOriginal email id.
bodyYesReply 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.
replyAllNoReply to all original recipients.
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 recipient set and threading headers 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 declare destructiveHint=true. The description adds context about immediate sending and proper threading via headers, but does not elaborate on irreversibility or other behavioral nuances beyond the annotation.

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 4 focused sentences. It front-loads the core purpose, then gives usage conditions, and finally lists alternatives. No redundant information.

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 purpose, usage, and behavioral context well, but given the absence of an output schema, it fails to mention what the tool returns (e.g., sent email ID or confirmation). This is a minor gap for completeness.

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 coverage is 100%, so the schema already documents all parameters adequately. The description does not add additional meaning to the parameters beyond what the schema provides.

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 verb 'send a reply' and the resource 'existing email', and distinguishes from siblings by mentioning the threading behavior and alternatives like create_reply_draft.

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

Usage Guidelines5/5

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

Explicitly states when to use ('when you have an emailId and want to send the reply right away') and provides clear alternatives (create_reply_draft, create_thread_reply_draft, reply_all_email) for when not to use.

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