Skip to main content
Glama
mhaviv

pr-narrator-mcp

by mhaviv

generate_changelog

Read-onlyIdempotent

Generate formatted release notes or changelogs from git commit history between two versions. Supports Keep a Changelog, GitHub Release, and plain text formats.

Instructions

Generate release notes / changelog from git commit history between two refs.

Analyzes commits between two refs (tags, SHAs, or branches) and produces a formatted changelog. Supports three output formats: Keep a Changelog (keepachangelog), GitHub Release (github-release), and plain text.

Auto-detects:

  • Latest tag as the start ref if not provided

  • Conventional commit types and scopes

  • Non-conventional commit types via keyword inference

  • Co-authors from commit trailers

  • Ticket references from commit messages

Use this when a user wants to generate release notes, changelogs, or understand what changed between two versions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoPathNoPath to the git repository. IMPORTANT: Always pass the user's current project/workspace directory.
fromNoStart ref — tag, SHA, or branch. Defaults to the latest tag. If no tags exist, uses the initial commit.
toNoEnd ref. Defaults to HEAD.
groupByNoHow to group changelog entries.type
includeAuthorsNoInclude contributor attribution.
formatNoOutput format.keepachangelog
Behavior4/5

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

Annotations already declare readOnlyHint, destructiveHint, idempotentHint, and openWorldHint. The description adds valuable behavioral information beyond annotations, such as auto-detection of latest tag, conventional commit types, co-authors, and ticket references. No contradictions with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear first sentence stating purpose, followed by formats, auto-detection details, and usage. It is informative but slightly verbose; some sentences could be tightened.

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?

Given the tool's complexity (6 parameters, no output schema), the description covers inputs, output formats, auto-detection features, and appropriate usage context. It is reasonably complete for an AI agent to understand when and how to use the tool.

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 the schema already documents all parameters. The description adds little beyond summarizing the output formats and auto-detection behavior, which does not significantly enhance parameter understanding beyond the schema.

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 generates release notes/changelogs from git commit history between two refs. It specifies the verb (generate), resource (changelog from git history), and scope (between two refs). This distinguishes it from siblings like generate_commit_message or generate_pr.

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?

The description includes 'Use this when a user wants to generate release notes, changelogs, or understand what changed between two versions.' It provides clear context, though it does not explicitly state when not to use it or differentiate from siblings like analyze_git_changes.

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/mhaviv/pr-narrator-mcp'

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