Skip to main content
Glama

Delimit Changelog

delimit_changelog

Generate a release changelog from git history and ledger items, or from OpenAPI spec diffs, then output as Markdown or prepend to CHANGELOG.md.

Instructions

Generate a changelog from git + ledger (git mode) or spec diff (spec mode).

When to use: as part of the deploy gate chain to produce a release note, or to prepend a CHANGELOG.md entry for a tagged release. When NOT to use: for ad-hoc human prose explanation of a spec change (use delimit_explain) or release planning (delimit_release_plan).

Sibling contrast: delimit_explain renders human prose for one diff; delimit_release_plan plans services and versions; this generates a formal changelog entry.

Two modes:

  1. Git mode (pass repo_path): reads git log since last tag, categorizes commits (feat/fix/refactor/docs/test/ci), pulls completed ledger items, formats as Markdown. Works for ANY repo.

  2. Spec mode (pass old_spec + new_spec): compares two OpenAPI specs and produces an API changelog.

Side effects: read-only on git/spec inputs. Writes to output_file when provided. If output_file is "CHANGELOG.md", PREPENDS the entry rather than overwriting — preserving prior history.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNo"markdown" (default), "json", "keepachangelog", "github-release".markdown
versionNoVersion label (e.g. "4.1.0").
new_specNoNew OpenAPI spec path (spec mode).
old_specNoOld OpenAPI spec path (spec mode).
repo_pathNoRepo path (git mode).
since_tagNoGit tag to diff from. Empty = auto-detect latest tag.
output_fileNoWrite the rendered changelog here. If "CHANGELOG.md", prepends the entry.
include_ledgerNoInclude completed ledger items (git mode). Default True.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed8 schema fields changedv4.7.9
    • changedInput schema / properties / format / description
      Previous value: -"Output format (markdown, json, keepachangelog, github-release)."New value: +"\"markdown\" (default), \"json\", \"keepachangelog\", \"github-release\"."
    • changedInput schema / properties / include_ledger / description
      Previous value: -"Pull completed ledger items into changelog (git mode, default true)."New value: +"Include completed ledger items (git mode). Default True."
    • changedInput schema / properties / new_spec / description
      Previous value: -"Path to new OpenAPI spec (spec mode only)."New value: +"New OpenAPI spec path (spec mode)."
    • changedInput schema / properties / old_spec / description
      Previous value: -"Path to old OpenAPI spec (spec mode only)."New value: +"Old OpenAPI spec path (spec mode)."
    • changedInput schema / properties / output_file / description
      Previous value: -"Write changelog to this file path. If CHANGELOG.md, prepends entry."New value: +"Write the rendered changelog here. If \"CHANGELOG.md\", prepends the entry."
    • changedInput schema / properties / repo_path / description
      Previous value: -"Path to a git repository (git mode). When set, uses git log."New value: +"Repo path (git mode)."
    • changedInput schema / properties / since_tag / description
      Previous value: -"Git tag to diff from (default: auto-detect latest tag)."New value: +"Git tag to diff from. Empty = auto-detect latest tag."
    • changedInput schema / properties / version / description
      Previous value: -"Version label for the changelog entry (e.g. \"4.1.0\")."New value: +"Version label (e.g. \"4.1.0\")."
  2. Addedv4.5.5

TDQS

A4.9/5.0
Behavior5/5

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

The description goes beyond the annotations by detailing side effects: read-only on git/spec inputs, writes only when output_file is provided, and prepends rather than overwrites CHANGELOG.md, preserving history. This is consistent with readOnlyHint=false and destructiveHint=false and gives practical safety-relevant behavioral context.

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 well organized with labeled sections, bullets, and a front-loaded summary. Every section earns its place, and the side-effects paragraph is a valuable safety emphasis rather than filler.

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 tool's complexity (two modes, 8 optional parameters, output behavior), the description is complete enough: it covers when to use it, when not to, what each mode does, and side effects. The schema already documents all parameters and an output schema exists, so no critical return-value or parameter detail is missing.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3, and the description adds meaningful conceptual structure by mapping repo_path to git mode and old_spec + new_spec to spec mode. It also clarifies what git mode does (reads git log, categorizes commits, pulls completed ledger items) and that spec mode produces an API changelog, which helps an agent select the right parameter group.

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 opens with a specific verb and resource: 'Generate a changelog from git + ledger (git mode) or spec diff (spec mode).' It also names the two sibling tools it is not (delimit_explain, delimit_release_plan), making the tool's unique output unmistakable.

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 has explicit 'When to use' and 'When NOT to use' sections, naming exact alternatives and the conditions that route to them. The sibling contrast reinforces these decision boundaries, so an agent knows precisely when to select this tool over delimit_explain or delimit_release_plan.

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/delimit-ai/delimit-mcp-server'

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