Skip to main content
Glama
googlarz

Proton Mail Bridge MCP

send_email

Destructive

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

Instructions

Compose and immediately 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. Returns delivery confirmation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesRecipient email addresses, comma-separated.
ccNoCC recipient email addresses, comma-separated.
bccNoBCC recipient email addresses, comma-separated.
subjectYesEmail subject.
bodyNoEmail body content (plain text). Required unless markdownBody is provided.
markdownBodyNoEmail body in Markdown. When provided, rendered to HTML with body as plain-text fallback; takes precedence over body+isHtml.
isHtmlNoWhether body should be sent as HTML (ignored when markdownBody is provided).
priorityNoSMTP priority header.
fromNameNoOptional display name for the From header (e.g. 'Alice'). Does not change the sending address.
sanitizeHtmlNoStrip scripts, event handlers, and remote image beacons from HTML before delivery. Defaults to true when body is HTML.
replyToNoOptional reply-to email address.
attachmentsNoAttachments with base64 encoded content.
confirmedNoSet to true to confirm this irreversible send when PROTONMAIL_CONFIRM_DESTRUCTIVE is enabled.
dryRunNoPreview the full recipient set and validate without sending.
Behavior4/5

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

Annotations already mark destructiveHint=true, confirming the immediate send. The description adds context about failure conditions (PROTONMAIL_ALLOW_SEND false, Bridge unreachable) and confirms it returns delivery confirmation. No contradictions.

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?

Description is concise, front-loaded with purpose and alternatives, no extraneous words. Every sentence adds value.

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 14 parameters well-described in schema, annotations present, and no output schema, the description covers behavioral aspects, failure conditions, and return value adequately. Minor gap: does not specify response format beyond 'delivery confirmation', but acceptable.

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% with good parameter descriptions. The description does not add extra meaning beyond the schema; baseline of 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 composes and sends a new outbound email via Proton Bridge SMTP, specifying it's for one-shot messages that need no review. It distinguishes itself from create_draft and reply_to_email, which are sibling tools with different purposes.

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 (one-shot messages with no review needed) and when not to (prefer create_draft for review, reply_to_email for replies). Also mentions failure conditions: if PROTONMAIL_ALLOW_SEND is false or Bridge SMTP unreachable.

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