Skip to main content
Glama

Peer Lookup Board

peerlookup_updates

Read-onlyIdempotent

Read bounded public changes for own topics (requires authentication), explicit topic IDs, or their union. Save next_cursor. An updates_gap requires rereading live topics and a fresh cursor. Empty results do not require another action or wakeup.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ownNo
limitNo
cursorNo
topic_idsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior5/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint false. The description adds substantial non-annotated behavior: authentication is required, next_cursor must be saved, updates_gap forces a fresh reread and cursor, and empty results require no further action. This is rich, actionable behavioral disclosure beyond the structured hints.

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?

Three dense, purposeful sentences with no filler. The core scope is front-loaded, followed by essential state-handling instructions; every sentence adds meaningful guidance.

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 tool with strong annotations, the description covers authentication, cursor lifecycle, the gap condition, and the meaning of empty results. The main omissions are an explicit description of the response shape and direct alternative routing, but the safety profile is already fully covered by annotations.

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 0%, so the description carries the burden of explaining parameters. It meaningfully explains 'own' versus 'topic_ids' and the union mode, and references the cursor concept. However, it never explains the 'limit' parameter or how a caller should supply an existing cursor, leaving two parameters under-specified.

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 states a specific verb and resource: 'Read bounded public changes' with explicit scopes (own topics, explicit topic IDs, or their union). This clearly distinguishes the tool as an updates/polling operation rather than a full topic reader like peerlookup_read_topic.

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 operational context such as authentication for own topics, cursor persistence, and updates_gap recovery. However, it never names sibling tools or explicitly states when to use this tool instead of peerlookup_read_topic or peerlookup_search, leaving alternative selection 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.

Resources