Skip to main content
Glama

list_changes

Read-only

Fetch an ordered feed of release changes for CNCF projects. Filter by project, family, and action bucket to spot security fixes, breaking changes, or deprecations; use the cursor to page until synced.

Instructions

Incremental SYNC feed of release changes for CNCF/cloud-native projects. Ordered by seq ascending — OLDEST analyzed first, so a single page is NOT the newest data; page through with since= until next_since comes back null. Built for keeping a local copy up to date. For 'what is the latest release of X' or 'recent releases of X', use list_releases or get_release (omit version for the newest) instead. Filter by project, by family (security|breaking|deprecated — what kind of thing it is) and by bucket (action|check|plan — how to act now). The routine record (bot dependency bumps and the like) is excluded by default. Two fields matter most: applies_if tells you whether an entry is yours to act on — when its targets are present, look them up in the running configuration instead of parsing the sentence; matter_key is the identity of the underlying matter across releases, which get_matter expands.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNopage size, default 50, max 200
sinceNocursor: return changes with seq greater than this
bucketNoaction|check|plan — how to act now. action applies to everyone; check only if applies_if matches your setup; plan is announced for later
familyNosecurity|breaking|deprecated — what kind of thing it is
projectNoproject slug filter, e.g. envoy, istio, cilium
Behavior5/5

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

Annotations already mark this as read-only and non-idempotent, but the description adds crucial behaviors beyond that: ordering by seq ascending, the need to page through with since until next_since is null, and the default exclusion of routine records. This is exactly the kind of context an agent needs and is not present in the schema or annotations.

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?

Every sentence earns its place: purpose, pagination, alternatives, filters, and key fields are all covered in a compact block. It is dense but not bloated, with the most important operational detail (oldest-first, must page) placed early.

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?

For a read-only sync tool with no output schema, this description is unusually complete. It covers ordering, pagination, default exclusions, field-level guidance (applies_if, matter_key), and points to get_matter for expansion. The agent has everything needed to select and use the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Although the schema already covers all five parameters (100% coverage), the description adds meaning: bucket/family dimensions are explained semantically, since is tied to the returned next_since cursor, and project is illustrated with examples. This goes well beyond the baseline for high schema coverage.

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 names a specific resource ('release changes for CNCF/cloud-native projects') and a specific operation mode ('Incremental SYNC feed'), clearly distinguishing it from the query-oriented siblings like list_releases and get_release. It also clarifies the core use case: keeping a local copy up to date.

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

Usage Guidelines5/5

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

It explicitly states when to use this tool (incremental sync) and when not to ('what is the latest release of X' → use list_releases or get_release). It also explains the pagination pattern and filter semantics, giving the agent actionable guidance for invoking it correctly.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/garlicKim21/ratatosk-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server