Skip to main content
Glama
googlarz

Proton Mail Bridge MCP

list_accounts

Read-only

List all configured Proton Mail accounts with IMAP/SMTP status and index freshness. Get each account's slug to target emails or drafts explicitly, or verify live connectivity with checkConnections.

Instructions

List every configured Proton address (the primary Bridge login plus any additional addresses from PROTONMAIL_ACCOUNTS_JSON), each with its own IMAP/SMTP connection status and local index freshness. Use to see which accounts this server is managing, and each account's slug — prefix an emailId/draftId with <slug>:: to target that account explicitly in any other tool (a plain, unprefixed id always means the primary account). Set checkConnections:true to verify each account's IMAP/SMTP reachability live (slower).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
checkConnectionsNoVerify IMAP/SMTP connectivity for every account (adds a real connection attempt per account).

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv2.1.37

TDQS

A4.3/5.0
Behavior4/5

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

Annotations declare readOnlyHint=true, which the description does not contradict. The description adds useful behavior beyond annotations: it explains the live connection check when checkConnections:true, noting it is slower. This enriches the agent's understanding of side effects and performance.

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 densely informative with zero filler. It front-loads the core action, then provides the critical slug usage rule and the optional parameter effect, all in a compact block. Every sentence earns its place.

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 simple read-only list tool with one optional parameter and no output schema, the description covers everything an agent needs: what it lists, the connection status and index freshness details, the slug convention for targeting accounts, and the trade-off of checkConnections. Nothing essential is missing.

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 description coverage is 100% for the single parameter checkConnections, which the schema already documents as 'Verify IMAP/SMTP connectivity for every account (adds a real connection attempt per account).' The description adds the words 'live' and 'slower', providing slight nuance, but the schema already carries the essential semantics. Baseline 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 states a specific verb ('List') and resource ('every configured Proton address'), and explains the purpose: to see which accounts the server manages and each account's slug. It distinguishes from any sibling by being the only tool that enumerates accounts with connection status and index freshness.

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?

It provides clear context for when to use it ('Use to see which accounts this server is managing') and explains how to leverage the slug for targeting in other tools. It does not explicitly mention alternatives or exclusions, but given the unique role of listing accounts, the guidance is adequate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools