Skip to main content
Glama
chandshy
by chandshy

Send Email

send_email

Send emails via Proton Mail SMTP with support for multiple recipients, HTML or plain text body, priority flags, reply-to addresses, and base64-encoded attachments.

Instructions

Send an email via Proton Mail SMTP (through Proton Bridge). Supports To/CC/BCC (comma-separated), plain text or HTML body, priority (high/normal/low), reply-to, and base64-encoded attachments. Returns messageId on success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesRecipient address(es), comma-separated
ccNoCC addresses, comma-separated
bccNoBCC addresses, comma-separated
subjectYesEmail subject line
bodyYesEmail body (plain text or HTML)
isHtmlNoSet true if body is HTML
priorityNoMessage priority header
replyToNoReply-to address (must be valid email)
attachmentsNoAttachments as objects with filename, content (base64), contentType

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
successYes
messageIdNo
reasonNo
Behavior3/5

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

Annotations indicate readOnlyHint=false and destructiveHint=false, which the description does not contradict. It adds that the tool returns a messageId on success and mentions the transport mechanism (Proton Bridge), but does not disclose potential side effects like rate limits or authentication requirements beyond what is implied.

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 a single, well-structured sentence that front-loads the core purpose and then efficiently lists all key capabilities. Every clause adds value without redundancy.

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?

Given the 9 parameters, 3 required, and presence of an output schema (presumably defining messageId), the description adequately covers the essential context: SMTP transport, return value, and supported features. It is complete for an agent to understand the tool's behavior.

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 detailed parameter descriptions. The description adds minimal value beyond the schema, such as noting that addresses are comma-separated and attachments are base64-encoded, which are already in 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 verb 'send' and the resource 'email', specifying it uses Proton Mail SMTP via Proton Bridge. It distinguishes from sibling tools like forward_email, reply_to_email, and send_test_email by listing unique capabilities (To/CC/BCC, base64 attachments, priority) not covered by those alternatives.

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

Usage Guidelines3/5

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

The description lists supported features but does not explicitly state when to use this tool versus alternatives. It implies usage for composing new emails but does not mention when not to use it or provide comparisons to siblings like forward_email or reply_to_email.

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/chandshy/mailpouch'

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