Skip to main content
Glama

git_generate_changelog

Generate a clean markdown changelog by parsing conventional git commits between two tags or commits. Specify start and end points to produce release notes automatically.

Instructions

Parses conventional git commit history between tags and outputs a clean markdown changelog

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toTagNoEnding git commit or tag (defaults to 'HEAD')
fromTagNoStarting git commit or tag (e.g. 'v1.0.0')
Behavior3/5

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

No annotations are present, so the description carries the full burden. It does disclose the key format assumption — only 'conventional' commits are parsed, implying non-conventional commits are excluded or ignored. But it does not disclose side effects (expected read-only is never stated), error behavior when tags are missing or commits are absent, or whether the operation is safe to run repeatedly.

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?

A single, front-loaded sentence with zero filler. The core action, input scope, and output format are packed into one clause, and every word earns its place.

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

Completeness3/5

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

With no output schema, no annotations, and a moderate-complexity task, the description gives a reasonable output hint ('clean markdown changelog') but omits edge-case behavior: what happens with no tags, gaps between tags, or repositories with no conventional commits. The essentials for a normal call are present; the failure modes are not.

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% — both toTag and fromTag are fully documented in the schema, so the baseline of 3 applies. The description's phrase 'between tags' loosely maps to the range parameters but adds no syntax, format, or ordering details beyond what the schema already provides.

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 states a specific verb ('Parses...and outputs'), a clear resource ('conventional git commit history between tags'), and a distinct deliverable ('clean markdown changelog'). It cleanly separates this tool from siblings like git_generate_pr_description (PR text) and git_pr_readiness_check (readiness evaluation), so an agent can discriminate immediately.

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

Usage Guidelines3/5

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

The usage context is implied rather than stated: an agent would select this when it wants an auto-generated changelog from git history. However, there is no explicit when-to-use, when-not-to-use, or mention of alternatives among the git siblings, and no prerequisites (e.g., a populated git repo with tag history) are called out.

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/ieeecsopen/mcp-cs'

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