Skip to main content
Glama
dadamonis

protonmail-mcp

by dadamonis

list_emails

List emails in a ProtonMail folder, newest first, using date, sender, unread, and pagination filters. For label filtering, set mailbox to 'Labels/'.

Instructions

List emails in a folder, newest first, with pagination and date/sender/unread filters (dates are ISO YYYY-MM-DD). To list emails carrying a ProtonMail label, pass mailbox="Labels/".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
sinceNo
beforeNo
offsetNo
accountNodefault
mailboxNoINBOX
from_addrNo
unread_onlyNo

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, and it does well: it reveals newest-first ordering, pagination, date format (ISO YYYY-MM-DD), filter categories, and label-specific mailbox behavior. It does not mention edge cases like pagination limits or ordering ties, but the core behavior is transparent.

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 with no filler. The most important facts are front-loaded (what the tool does, ordering, filters, date format), and the edge-case label syntax is efficiently appended.

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?

An output schema exists, so the return shape is covered elsewhere. Given no annotations and eight parameters at 0% schema coverage, the description covers ordering, filters, pagination, date format, and label behavior. It falls slightly short only by omitting the account parameter and giving no detail on how offset interacts with pagination.

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?

Schema coverage is 0%, so the description must compensate, and it does for most parameters: since/before get date format, from_addr and unread_only are implied by 'sender/unread filters,' limit/offset by 'pagination,' and mailbox by the folder/label explanation. The account parameter is not addressed, which is a minor gap among eight parameters.

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 a specific verb and resource: 'List emails in a folder,' and immediately adds ordering, pagination, and filter scope. This clearly distinguishes it from siblings like get_email, search_emails, and get_thread without needing to open the schema.

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 gives clear context for when to use this tool: listing emails in a folder with optional filters, and it specifies the special mailbox syntax for ProtonMail labels. It does not explicitly state when to prefer search_emails or other alternatives, but the usage context is strong enough for an agent to choose correctly in most cases.

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