Skip to main content
Glama

list_changes

Read-onlyIdempotent

List publication additions, changes and removals since an ISO timestamp.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
sinceYes
cursorNo
generationNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the description does not need to restate safety. It adds that the result includes additions, changes, and removals, but offers no detail on pagination, return shape, ordering, or how cursor/generation behave.

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?

A single sentence with no filler, and the core action and temporal constraint are front-loaded. It is appropriately sized for the simple purpose it conveys.

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?

There is no output schema, so the description should explain what the agent receives in return. It does not mention pagination or the meaning of `cursor` and `generation`, leaving important invocation details missing for a 4-parameter tool.

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%, so the description must compensate for the input schema. It only clarifies that `since` is an ISO timestamp; `limit`, `cursor`, and `generation` are left entirely unexplained.

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?

States the exact verb 'List' and a specific resource, 'publication additions, changes and removals', plus the temporal filter. This clearly distinguishes it from the get/search siblings even without naming them.

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?

The description gives an unambiguous trigger: use this when you need publication changes since an ISO timestamp. It does not explicitly name alternatives or exclusion cases, but the context is clear enough for an agent to select it appropriately.

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