Skip to main content
Glama
googlarz

Proton Mail Bridge MCP

get_actionable_threads

Rank mailbox threads by reply urgency and filter to those requiring action. Use for daily triage to surface threads needing your response, with optional pendingOn filter to distinguish who is waiting.

Instructions

Return mailbox threads ranked by reply urgency, filtered to those requiring action. Use for daily triage to surface what needs a response from you. Supports pendingOn filter to distinguish threads waiting on you vs. them. Prefer get_inbox_digest for a broader summary including stale items. Prefer get_threads for an unranked thread list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoFree-text filter across subject, latest preview, senders, and labels.
labelNoRequire a normalized label on the thread.
pendingOnNoFilter by who the thread is currently waiting on.any
unreadOnlyNoPrefer threads with unread messages only.
limitNoMaximum threads to return.
syncBeforeNoRefresh the local mailbox index from IMAP before ranking threads.
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses ranking by urgency and pendingOn filtering. Also explains syncBefore refreshes index from IMAP, a key side effect. Lacks mention of default unreadOnly behavior, but overall strong.

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?

Three sentences with front-loaded purpose, immediate use case, and alternative tools. Every sentence is essential and no redundancy. Highly efficient structure.

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?

No output schema, but the description covers the tool's primary function, key filters, and alternatives. Without specifying return format, it still provides enough context for an agent to use it correctly in a triage workflow.

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?

All 6 parameters have schema descriptions (100% coverage), so baseline is 3. The description adds value by explaining how pendingOn filter distinguishes 'waiting on you vs. them', going beyond schema details. This pushes the score to 4.

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 the tool returns mailbox threads ranked by reply urgency and filtered to actionable items. It distinguishes from siblings like get_inbox_digest (broader summary) and get_threads (unranked list), scoring high on specificity.

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

Usage Guidelines5/5

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

Explicitly says 'Use for daily triage' and suggests preferring get_inbox_digest for broader summary and get_threads for unranked list, providing clear when-to-use and when-not-to-use guidance with named alternatives.

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