Skip to main content
Glama
googlarz

Proton Mail Bridge MCP

send_email

Compose and send an email immediately using Proton Bridge SMTP. Ideal for one-shot messages that require no review before sending.

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.
bodyYesEmail body content.
isHtmlNoWhether body should be sent as HTML.
priorityNoSMTP priority header.
replyToNoOptional reply-to email address.
attachmentsNoAttachments with base64 encoded content.
Behavior4/5

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

With no annotations, the description discloses immediate send, failure conditions, and return of delivery confirmation. However, it does not mention whether a copy is saved to sent folder or other side effects.

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?

Four sentences, each adding unique value: purpose, usage context, alternatives, failure/return info. No redundant or vague statements.

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?

For a tool with 9 parameters and no output schema, the description covers purpose, usage guidelines, failure modes, and return behavior. Could mention sent folder or attachment constraints but is fairly complete.

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 baseline is 3. The description adds context about Proton Bridge SMTP and failure conditions but does not elaborate on individual parameter usage beyond the schema.

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 'Compose and immediately send a new outbound email' (specific verb+resource) and distinguishes from sibling tools like create_draft and reply_to_email by specifying one-shot use case.

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 says to use for one-shot messages needing no review, and advises prefer create_draft for review or reply_to_email for replies. Also lists failure conditions (PROTONMAIL_ALLOW_SEND false, 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