Skip to main content
Glama
googlarz

Proton Mail Bridge MCP

by googlarz

create_template

Create reusable email templates with variable placeholders. Fails if a template with the same name exists; delete it first to replace.

Instructions

Save a reusable email template. Subject and body may contain {{variable}} placeholders (e.g. {{firstName}}), auto-detected and stored on the template. Fails if a template with the same name already exists — delete it first to replace it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesBody text, may contain {{variable}} placeholders.
nameYesUnique template name.
isHtmlNoWhether body is HTML.
subjectYesSubject line, may contain {{variable}} placeholders.
Behavior4/5

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

Annotations only provide destructiveHint: false, which is minimal. The description compensates by disclosing key behaviors: placeholder auto-detection and storage, and failure on duplicate names. This adds meaningful context beyond the sparse annotation, though it does not mention return values or authentication.

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 sentences, front-loaded with the core purpose. The first sentence states what the tool does; the second adds important behavior and failure mode. There is no filler, tautology, or redundant information.

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 simple creation tool with full schema coverage, the description covers the essential elements: purpose, placeholder behavior, and duplicate handling. It does not explain return values, but no output schema exists and the tool's simplicity mitigates the need. It is sufficiently complete for an agent to use correctly.

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?

The input schema already provides 100% description coverage for all four parameters, so the baseline is 3. The description adds a small behavioral note about placeholders in subject/body but does not materially enhance parameter semantics beyond the schema. It correctly leaves detailed parameter meaning to 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 opens with 'Save a reusable email template', a specific verb+resource that clearly defines the tool's function. It distinguishes from sibling tools like list_templates, get_template, delete_template, and render_template by focusing on the creation action. Additional details about placeholders and uniqueness add clarity without ambiguity.

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 clearly implies when to use this tool (to save a new reusable template) and provides a practical guideline: it fails on duplicate names, so you must delete the existing template first to replace it. However, it does not explicitly name alternative tools or state when not to use this tool, so it stops short of a 5.

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