Skip to main content
Glama
dadamonis

protonmail-mcp

by dadamonis

list_mailboxes

Retrieve mailbox folders with message and unread counts, giving a clear overview of where emails are stored. Helps you locate labels and folders to organize or find messages quickly.

Instructions

List folders with message and unread counts. ProtonMail labels appear as folders under Labels/, custom folders under Folders/.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNodefault

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It does well by disclosing that return is organized into Labels/ and Folders/ groups and includes message/unread counts, which is beyond what the name alone conveys. The read-only nature is reasonably implied by 'List.'

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 short sentences, with the core action front-loaded and the second sentence adding only the non-obvious folder-vs-label grouping behavior. There is no redundant wording.

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?

The tool is simple, has only one optional parameter, and has an output schema, so the description does not need to detail return fields. It covers the key behavioral nuance about label/folder grouping, and only the account parameter semantics and alternative-tool routing are left under-specified.

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

Parameters2/5

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

Schema description coverage is 0%, and the description adds no meaning to the 'account' parameter. The schema provides only a name and default value, which leaves ambiguity about what 'account' refers to and how to select a non-default account.

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 and resource: 'List folders with message and unread counts.' It also distinguishes itself from label-specific tools by explaining how ProtonMail labels appear under Labels/ and custom folders under Folders/, making its scope unambiguous.

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

Usage Guidelines2/5

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

No guidance is given about when to use this tool versus siblings like list_labels or list_accounts. The description implies it is for folder-level listing but does not state exclusions or alternatives, so the agent must infer the appropriate context.

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