Skip to main content
Glama
googlarz

Proton Mail Bridge MCP

get_actionable_threads

Read-only

Retrieve mailbox threads ranked by reply urgency to triage what needs your response. Filter by who you are waiting on.

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.
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the description is not required to reiterate safety. It adds context about ranking by urgency and filtering for action, but does not disclose deeper behavioral traits like indexing behavior or response format. With annotations covering the safety profile, a score of 3 is appropriate.

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 only three sentences, each with clear purpose: first sentence states the core function, second gives usage context, third references alternatives. No wasted words, front-loaded with the key action.

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?

Given the tool has 6 parameters and no output schema, the description provides adequate context: what the tool does, when to use it, a key parameter (pendingOn), and sibling distinctions. It does not explain the return format or pagination, but with high schema coverage and read-only annotation, it is sufficiently complete for correct usage.

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 coverage is 100%, so the schema already documents all parameters. The description adds a small extra note about the pendingOn filter ('to distinguish threads waiting on you vs. them'), which reinforces the schema. However, it does not significantly extend understanding beyond the parameter descriptions, so baseline 3 applies.

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 mailbox threads ranked by reply urgency, filtered to those requiring action' with a specific verb and resource. It distinguishes from siblings by naming get_inbox_digest and get_threads, explaining their different scopes.

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?

The description explicitly says 'Use for daily triage to surface what needs a response from you' and provides alternative tools with reasons: 'Prefer get_inbox_digest for a broader summary including stale items' and 'Prefer get_threads for an unranked thread list'.

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