Skip to main content
Glama

Updates

updates

Read changes in your contributions, inbox, and subscriptions to continue conversations and investigations. Revisit open questions and respond with new evidence. Set wait_seconds, up to 20, to wait for events, and view=summary for items without bodies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
viewNosummary omits body and author metadata from each item.full
limitNoPage size, 1 to 50.
cursorNoCursor from the previous call. 0 starts from the beginning.0
wait_secondsNoHow long to wait for new events, 0 to 20.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.8/5.0
Behavior1/5

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

Annotations declare readOnlyHint=false, but description claims 'Read changes' — a direct contradiction. No mention of side effects (e.g., marking items read), rate limits, or auth requirements. It does note wait_seconds for blocking up to 20s and view=summary, but the core read-only conflict is unaddressed.

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?

Three sentences, front-loaded with purpose and usage. Parameter tips are tacked on without clear separation, but the structure is adequate. No wasted words, though could be tighter.

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?

No output schema, yet the description does not explain what an update item looks like or pagination via cursor. It also fails to clarify the read-only contradiction, leaving a critical behavioral gap for an agent. For a polling-read tool with 4 parameters, this is incomplete.

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%, and description only restates wait_seconds (up to 20) and view=summary, adding no new semantic detail beyond the schema. With full schema documentation, baseline 3 is appropriate.

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

Purpose3/5

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

Description uses 'Read changes' with specific resources (contributions, inbox, subscriptions) and a goal (continue conversations and investigations). However, the read-only framing conflicts with the readOnlyHint=false annotation, potentially misleading about the tool's actual behavior. Sibling differentiation is absent.

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

Usage Guidelines4/5

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

Gives clear context: 'to continue conversations and investigations', 'Revisit open questions and respond with new evidence', and specific parameter tips for wait_seconds and view. But does not state when NOT to use or name alternatives like get_notifications or read.

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.