Skip to main content
Glama

Full changelog between two versions

changelog_between

Retrieve complete release notes for every npm package version in a range, covering features, fixes, and deprecations to provide full upgrade context beyond breaking changes.

Instructions

Return the complete release notes (not just breaking lines) for every version of an npm package between from (exclusive) and to (inclusive), newest first. Use when you need full context — new features, fixes, deprecations — not only breaking changes, or when breaking_changes_between reports the maintainer wrote breaking notes prose-style.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesUpper-bound version (inclusive).
fromYesLower-bound version (exclusive).
packageYesnpm package name.
maxCharsNoTruncate combined output to this many characters (default 12000) to protect the context window.
Behavior4/5

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

With no annotations provided, the description carries the burden of disclosing behavior. It reveals that the output includes all release notes (not just breaking lines), the inclusive/exclusive range semantics, and the newest-first ordering. It does not mention error handling or potential network behavior, but these are less critical for a read-only fetch. The addition of the prose-style nuance adds useful context beyond a bare description.

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 two sentences, front-loaded with the action ('Return the complete release notes') and followed by direct usage guidance. Every phrase earns its place, with no redundancy or filler.

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 retrieval tool with no output schema, the description provides enough operational context: purpose, boundaries, ordering, and use cases. The truncation behavior is covered by the maxChars parameter schema, so its absence from the description is not a gap. It does not specify what happens if the version range is invalid, but that is a minor omission for a tool of this simplicity.

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 100% coverage with clear descriptions for all four parameters. The description's phrase 'between from (exclusive) and to (inclusive)' restates the schema's own descriptions, adding no new semantic information. The maxChars parameter is fully described in the schema, so the description adds no extra value there.

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 returns complete release notes between two versions, with explicit boundaries (from exclusive, to inclusive) and ordering (newest first). It distinguishes itself from the sibling tool breaking_changes_between by noting it returns 'not just breaking lines'.

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?

The description explicitly says when to use it: when full context (new features, fixes, deprecations) is needed, or when breaking_changes_between reports prose-style breaking notes. It implicitly communicates when not to use it (when only breaking changes are needed), making the alternative clear.

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/Anicodeth/breaking-changes-mcp'

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