Skip to main content
Glama
googlarz

Proton Mail Bridge MCP

by googlarz

send_email

Destructive

Compose and send a new outbound email through Proton Bridge SMTP. Ideal for one-shot messages that need no review.

Instructions

Compose and send a new outbound email through Proton Bridge SMTP. Use for one-shot messages that need no review. Prefer create_draft when you want to save and review before sending, or reply_to_email when responding to an existing message. Fails if PROTONMAIL_ALLOW_SEND is false or if Bridge SMTP is unreachable. If PROTONMAIL_SEND_DELAY_SECONDS is set, this queues the send instead of sending immediately and returns a cancelable id — call cancel_send within the window to abort. Otherwise returns delivery confirmation immediately.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccNoCC recipient email addresses, comma-separated.
toYesRecipient email addresses, comma-separated.
bccNoBCC recipient email addresses, comma-separated.
bodyNoEmail body content (plain text). Required unless markdownBody is provided.
dryRunNoPreview the full recipient set and validate without sending.
isHtmlNoWhether body should be sent as HTML (ignored when markdownBody is provided).
replyToNoOptional reply-to email address.
subjectYesEmail subject.
fromNameNoOptional display name for the From header (e.g. 'Alice'). Does not change the sending address.
priorityNoSMTP priority header.
confirmedNoSet to true to confirm this irreversible send when PROTONMAIL_CONFIRM_DESTRUCTIVE is enabled.
attachmentsNoAttachments with base64 encoded content.
markdownBodyNoEmail body in Markdown. When provided, rendered to HTML with body as plain-text fallback; takes precedence over body+isHtml.
sanitizeHtmlNoStrip scripts, event handlers, and remote image beacons from HTML before delivery. Defaults to true when body is HTML.
appendSignatureNoAppend PROTONMAIL_SIGNATURE (if configured) to the body. Set false to send without it for this one message.
requestReadReceiptNoRequest a read receipt (MDN) via a Disposition-Notification-To header. Most mail clients ask the recipient before honoring it — this is a request, not a guarantee.
Behavior5/5

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

Beyond the destructiveHint annotation, the description reveals environment-dependent behavior: PROTONMAIL_SEND_DELAY_SECONDS queues the send and returns a cancelable id, with the option to call cancel_send. It also explains the return behavior (delivery confirmation immediately vs queued id), adding substantial context the annotation alone does not provide.

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 front-loaded with purpose, followed by usage guidance and behavior specifics. Every sentence earns its place: no fluff, no repetition of schema details, and it remains compact despite the tool's 16 parameters. The structure flows logically from what → when → edge cases.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a complex send tool with 16 parameters and no output schema, the description covers all essential aspects: purpose, usage, failure modes, asynchronous behavior, and return types. It also leverages sibling context by positioning itself relative to create_draft and reply_to_email, making the overall tool selection and invocation straightforward.

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%, so the baseline is 3. The description does not add parameter-specific meaning; it focuses on tool-level behavior. Since every parameter is already well-documented in the schema, the description does not need to compensate, but it adds no extra semantic value.

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 a specific verb+resource+scope: 'Compose and send a new outbound email through Proton Bridge SMTP.' It immediately distinguishes itself from siblings by explicitly naming create_draft and reply_to_email as alternatives, making its unique purpose unmistakable.

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?

It provides explicit when-to-use guidance ('one-shot messages that need no review') and names alternatives ('Prefer create_draft when...', 'reply_to_email when...'). It also states failure conditions (PROTONMAIL_ALLOW_SEND false, Bridge SMTP unreachable), giving clear operational boundaries.

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