Skip to main content
Glama
dadamonis

protonmail-mcp

by dadamonis

bridge_status

Check whether the local ProtonMail Bridge is installed and running, view its ports, certificate status, and configured accounts to diagnose connection issues.

Instructions

Report on the local ProtonMail Bridge: installed, running, ports, certificate, and configured accounts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. 'Report on' implies a read-only diagnostic action, and the listed items (installed, running, ports, certificate, configured accounts) make the scope transparent. It does not explicitly say 'does not modify state', but the reporting verb strongly implies a safe inspection tool.

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 concise sentence that front-loads the action and resource, then lists the report's contents. Every phrase adds useful information and there is no wasted text.

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 no-parameter status-reporting tool with an output schema present, the description is sufficiently complete. It specifies the subject matter and the aspects reported, and the output schema is available to explain return values.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so the schema fully covers all input concerns. The baseline for zero-parameter tools is 4; the description does not need to add parameter semantics beyond what is already self-evident.

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 uses a specific verb ('Report on') with a specific resource ('local ProtonMail Bridge') and enumerates exactly what the report covers: installed, running, ports, certificate, and configured accounts. This clearly distinguishes it from sibling tools like ping, check_health, and list_accounts.

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 intended use case is clear: retrieve status information about the local ProtonMail Bridge. However, it does not explicitly contrast itself with sibling tools such as check_health or ping, nor does it state when not to use it.

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/dadamonis/protonmail-mcp'

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