Skip to main content
Glama
googlarz

Proton Mail Bridge MCP

top_senders

Read-only

Analyze your inbox by retrieving a frequency table of top senders in a specified folder and date range, enabling inbox analytics, unsubscribe triage, and contact discovery.

Instructions

Return a frequency table of the top senders in a folder over a date range. Keyed on the sender address, not the display name, so display-name spoofing does not conflate different senders. Use for inbox analytics, unsubscribe triage, and contact discovery.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folderNoFolder to analyse. Defaults to INBOX.
sinceNoISO date lower bound.
beforeNoISO date upper bound.
limitNoMax senders to return.
scanLimitNoMax messages to scan.
excludeSelfNoExclude messages sent by your own address.
Behavior5/5

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

Annotations already declare readOnlyHint=true. The description adds valuable behavioral detail: keyed on sender address, not display name, to avoid spoofing. No contradictions.

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, no fluff, front-loaded with core purpose. Every sentence adds value.

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 description covers purpose, key behavioral trait, and use cases. With good schema annotations, it is mostly complete, though it could optionally clarify the return format more explicitly.

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%, so baseline is 3. The description does not add additional parameter details beyond what the schema provides, but hints at folder and date range.

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 clearly states 'Return a frequency table of the top senders' with specific verb and resource, and distinguishes from siblings by mentioning keying on sender address to avoid spoofing. Use cases are explicitly listed.

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 provides explicit use cases (inbox analytics, unsubscribe triage, contact discovery), giving context. It does not explicitly mention when not to use or alternatives, but the sibling list implies differentiation.

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