Skip to main content
Glama

List recent changes

list_changes
Read-onlyIdempotent

Recent detected changes to tracked tools (pricing, reachability, free-tier, deprecation), newest first. Optionally filter by kind.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoFilter by change kind.
limitNoMax rows, 1–100 (default 20).

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already convey read-only, idempotent, and non-destructive behavior, so the description does not need to repeat safety info. It adds ordering ('newest first') and filtering semantics ('optionally filter by kind'), but does not disclose other behavioral details such as pagination, result shape, or limits beyond the schema.

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?

The description is a single, front-loaded sentence that efficiently conveys the tool's purpose, content, ordering, and optional filtering. Every word earns its place with no filler or repetition.

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 simple list tool with two optional parameters, no output schema, and strong annotations, the description adequately covers what is listed and how it is ordered. It is slightly vague on 'recent' but overall sufficient; no critical gaps that would prevent correct invocation.

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?

The input schema provides full descriptions for both parameters (kind and limit), covering 100% of the schema. The description's mention of 'filter by kind' is redundant with the schema, and it adds no additional parameter-level detail or usage nuance beyond what schema descriptions already provide.

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 clearly states the tool lists recent detected changes for tracked tools, enumerating specific change kinds (pricing, reachability, free-tier, deprecation) and ordering (newest first). This clearly distinguishes it from siblings like get_tool, search_tools, and compare_tools.

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 implies use when the user wants to see recent changes to tracked tools, but it does not explicitly address when to prefer this tool over alternatives or mention any exclusions. No comparison to sibling tools is provided, so guidance is limited to implicit context.

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.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: compare two tools, fetch one tool, list recent changes, and search. No overlap or ambiguity in their target actions.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (compare_tools, get_tool, list_changes, search_tools). The naming is uniform and predictable.

Tool Count5/5

Four tools is well-scoped for a directory server. Each tool covers a core interaction (search, retrieve, compare, track changes) without excess or deficiency.

Completeness5/5

The tool surface fully covers the typical directory workflow: discovering tools (search_tools), inspecting details (get_tool), comparing options (compare_tools), and staying updated (list_changes). No obvious gaps within the stated purpose.

Resources