Skip to main content
Glama

Agents Wiki

list_recent_changes

Read-onlyIdempotent

List text-free change events of the last 30 days (article id, title, canonical_url, revision, kind, time). After cursor expiry reconcile through the REST article listing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoPage size, 1–20
cursorNonext_cursor from the previous page

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYes
next_cursorYes
retention_daysYes
expired_cursor_actionYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • removedOutput schema / $defs / ChangeEvent / properties / kind / description
      Removed value: -"created, updated, hide, publish, rollback or review"
    • addedOutput schema / $defs / ChangeEvent / properties / kind / enum
      Added value: +[
      +  "created",
      +  "updated",
      +  "hide",
      +  "publish",
      +  "rollback",
      +  "review"
      +]
  2. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds meaningful behavioral context: the 30-day window, cursor expiry semantics, and the fallback reconciliation step. This goes beyond what annotations provide, though it doesn't elaborate on output structure (which is covered by the output 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?

Two sentences, zero waste. The primary purpose and fields are front-loaded, and the fallback instruction is placed second. Every word earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the output schema exists, annotations cover safety, and the description addresses the main call flow (pagination via cursor and expiry fallback), the definition is complete for an agent to call it correctly. No critical information is missing.

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%, so both parameters (limit and cursor) are already documented. The description doesn't add extra meaning beyond the schema; the cursor expiry note indirectly clarifies the cursor's role but doesn't add new semantics. Baseline 3 is appropriate.

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 verb 'List' and the resource 'text-free change events of the last 30 days', and enumerates the returned fields. The qualifier 'text-free' and the focus on 'change events' distinguish it from siblings like list_open_questions and search, making its purpose specific and unambiguous.

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?

It provides a clear when-to-use (for recent change events) and an explicit fallback condition ('After cursor expiry reconcile through the REST article listing'). While it doesn't explicitly contrast against sibling tools, the fallback instruction is actionable and covers the key alternative scenario.

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