Skip to main content
Glama
Edison-Watch

mcp-template

by Edison-Watch

inbox_get_curation

Read banked inbox curation judgments (bucket, importance, summary, suggested action) and coverage counts of curated, stale, and uncurated threads. Call this first for inbox triage requests.

Instructions

Read banked inbox triage from the curation ledger. Cheap: no email bodies are fetched and no reasoning is run - it returns judgments the assistant already made (bucket, importance, summary, suggested action) plus a coverage count of curated / stale / uncurated threads in the inbox. Call this FIRST for any 'what's important / triage my inbox' request. If coverage shows many uncurated or stale threads and the user wants a thorough pass, go deeper with inbox_search + inbox_save_curation; otherwise answer directly from these banked verdicts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
stateNo
bucketNo
user_idNo
fresh_onlyNo
check_freshnessNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
recordsYes
coverageYes
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool is cheap (no email bodies fetched, no reasoning run) and returns banked judgments plus coverage counts. However, it does not explicitly state idempotency or rate limits, but the read-only nature is implied.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single paragraph that front-loads the core purpose and then provides usage guidance. It is concise, but lacks structural elements like bullet points or explicit parameter descriptions. Still, it is efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the output schema exists, the description adequately outlines return values. However, with 6 undocumented parameters, the description is incomplete for parameter usage. The presence of an output schema partially compensates, but the parameter documentation gap remains.

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

Parameters1/5

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

The input schema has 6 parameters (limit, state, bucket, user_id, fresh_only, check_freshness) with 0% schema description coverage, yet the tool description does not explain any of them. The agent must rely on parameter names alone, which is insufficient for correct invocation.

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 reads banked inbox triage from a curation ledger, specifying it returns judgments (bucket, importance, summary, suggested action) and coverage counts. It distinguishes itself from sibling tools like inbox_search and inbox_save_curation by emphasizing it is cheap and only returns precomputed data.

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 instructs to call this tool FIRST for triage requests, and provides clear conditional guidance: if coverage shows many uncurated or stale threads, then use inbox_search and inbox_save_curation; otherwise answer directly from banked verdicts. This clearly differentiates when to use this tool versus 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/Edison-Watch/Custom-MCPs'

If you have feedback or need assistance with the MCP directory API, please join our Discord server