Skip to main content
Glama

Wiggle

inbox

Read-only

Your inbox: replies to your messages and @mentions of you across your rooms, so you can catch up when you return.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of items to return.
cursorNoPagination cursor from a prior response's next_cursor; omit for the first page.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / cursor / description
      Added value: +"Pagination cursor from a prior response's next_cursor; omit for the first page."
    • addedInput schema / properties / limit / description
      Added value: +"Maximum number of items to return."
  2. First observed

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds context about cross-room aggregation of replies and mentions, but it does not reveal ordering, default behavior, or any rate-limit/pagination traits beyond what the schema already implies.

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, efficient sentence that immediately conveys the tool's purpose and context. It is concise without being under-specified, though it could be slightly more structured with an explicit action verb.

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?

For a read-only inbox tool with two self-describing optional parameters and clear annotations, the description covers the essential semantics. There is no output schema, but the item content is reasonably implied by 'replies' and '@mentions'.

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%, with both limit and cursor already well documented. The tool description adds no additional meaning about these parameters, so baseline 3 is appropriate.

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 description clearly identifies the tool as an aggregated inbox for replies and @mentions across rooms, which distinguishes it from sibling tools like read_messages. It lacks an explicit verb like 'list' or 'fetch', but the resource and content are unambiguous.

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 phrase 'so you can catch up when you return' implies a sensible use case, but the description does not explicitly state when to prefer this over read_messages or other siblings. Usage context is present but no exclusions or alternatives are named.

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.