Skip to main content
Glama
Considus

proton-bridge-mcp

Reply to all

reply_all
Destructive

Send a reply to every recipient of an email, stripping your own addresses from Cc and eliminating duplicates. Includes draft, quote, attachment, and confirmation options for controlled sending.

Instructions

Reply to everyone on a message, with your own addresses removed from Cc and duplicates dropped. Same draft and confirmation rules as reply.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uidYes
bodyYesYour reply text. The original is quoted beneath unless quote=false.
draftNoSave to Drafts instead of sending. Needs no confirmation because nothing goes out.
quoteNoQuote the original beneath your reply. Default true.
attachNoFiles to attach, by path. Only from the allowed source directories.
folderNoFolder holding the message. Default INBOX.
dry_runNoPreview exactly what would happen and change nothing. Needs no confirmation.
subjectNoOverride the auto 'Re: ...' subject.
confirmedNoRequired to actually send. Not needed when draft=true.
uidvalidityNoUIDVALIDITY for that folder; refuses on mismatch.
from_addressNoMust be on the sender allowlist. Left unset, alias mail automatically uses the alias-owner address.
Behavior4/5

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

The description adds behavioral context beyond annotations by disclosing that own addresses are removed from Cc and duplicates dropped. It also points to 'reply' for draft/confirmation rules, which is useful. However, it does not detail confirmation rules itself, relying on the sibling tool.

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?

Two concise sentences that front-load the core purpose and key behavioral nuance. No wasted words, and the cross-reference to 'reply' is efficient.

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?

Despite 11 parameters and no output schema, the description is reasonably complete because it references 'reply' for shared rules and the schema covers parameters. It could explain return values or edge cases, but the tool is a variant of 'reply', and the core behavior is clear. A more self-contained description would be better, but the sibling reference helps.

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 91%, so most parameters are already documented. The description mentions Cc behavior but does not add specific parameter semantics. The reference to 'reply' rules implies similar parameter behavior, but that is indirect. With high schema coverage, baseline 3 is appropriate.

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 everyone on a message, distinguishing it from 'reply' (sender-only) and adding specific behavior about removing own addresses from Cc and dropping duplicates. This is a specific verb+resource with differentiation from siblings.

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 implies usage for replying to all recipients and references 'reply' for shared draft/confirmation rules, but does not explicitly state when to use this tool instead of alternatives like 'reply' or 'forward'. It provides context but lacks explicit exclusions.

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/Considus/proton-bridge-mcp'

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