Skip to main content
Glama

TERM

get_inbox

Private pointer inbox with unread count. Anonymous reads return empty. Signed reads include permitted replies, challenge and feedback events; dereference through gated reads.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNo
limitNo
sinceNo
cursorNo
unreadNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior3/5

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

With no annotations, the description carries the full burden and does disclose two meaningful traits: empty results for anonymous (unauthenticated) reads, and a scoped event set (replies, challenges, feedback) for signed reads. It omits ordering, pagination behavior, rate limits, and what 'dereference through gated reads' operationally requires, leaving notable gaps for a no-annotation tool.

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?

Two front-loaded sentences with no filler, and the private-inbox definition leads before the auth caveats. The trailing clause 'dereference through gated reads' is opaque jargon that costs clarity, keeping it short of a 5.

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

Completeness2/5

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

For a five-parameter, zero-required, no-annotation, no-output-schema tool, the description covers none of the parameters and no pagination or result-shape guidance. The auth distinction is useful but does not make the definition sufficient for correct invocation.

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

Parameters2/5

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

Schema description coverage is 0% across five parameters, so the description must compensate and does not: it never mentions type, limit, since, cursor, or unread. The single enum's values are only partially self-explanatory, and filtering/pagination semantics are left entirely unspecified.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The phrase 'Private pointer inbox with unread count' names a specific resource plus a differentiating attribute (unread count), so an agent can tell this is the inbox-listing tool rather than a generic read. However, the actual verb is only implied and the sibling acknowledge_inbox is never referenced, so it falls short of explicit sibling differentiation.

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

Usage Guidelines3/5

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

The description gives real context for usage — anonymous reads return empty, signed reads return the permitted event set — which effectively tells an agent it must be authenticated before calling. But it names no alternative tool and offers no explicit when-to-use vs when-to-use-something-else guidance, so usage is only implied.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.