Skip to main content
Glama

Git Changelog Analyze

git_changelog_analyze
Read-only

Analyze git history to review changelogs for security issues, breaking changes, and feature gaps. Collects commits and tags to support comprehensive quality and storyline assessments.

Instructions

Gather git history context (commits, tags) and structured review instructions to support LLM-driven changelog analysis. Changelog file should be read separately; this tool provides the supporting git data and analysis framework. Pass one or more review types to control what kind of analysis to perform.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoPath to the Git repository. Defaults to session working directory set via git_set_working_dir..
reviewTypesYesTypes of changelog review to perform. At least one required. Options: security, features, storyline, gaps, breaking_changes, quality.
maxCommitsNoMaximum recent commits to fetch for cross-referencing (1-1000).
sinceTagNoOnly include git history since this tag (e.g., "v1.2.0"). Narrows the analysis window.
branchNoBranch to analyze (defaults to current branch).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
successYesIndicates if the operation was successful.
reviewTypesYesReview types that were requested.
gitContextYesGit history context for changelog cross-referencing.
reviewInstructionsYesAnalysis instructions for each requested review type. Guides the LLM on what to look for in the changelog.
Behavior4/5

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

Adds valuable behavioral context beyond readOnlyHint=true annotation: specifies it provides 'structured review instructions' and an 'analysis framework' (suggesting formatted output, not raw git log), and clarifies data scope (commits for cross-referencing). Consistent with read-only safety profile.

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?

Three tightly constructed sentences with zero waste. Front-loaded with core purpose, followed by critical usage constraint (changelog file separation), and ending with parameter guidance. Every sentence earns its place.

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?

Complete conceptual coverage given rich input schema (100% coverage), presence of output schema, and annotations. Description successfully establishes the tool's role in the broader changelog analysis workflow without needing to duplicate output schema details.

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 coverage is 100%, providing complete parameter documentation. Description minimally references reviewTypes ('Pass one or more review types') but adds no semantic depth beyond schema definitions. Baseline 3 appropriate for high-coverage schemas.

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?

States specific action ('Gather git history context') and resource ('commits, tags') with clear purpose ('support LLM-driven changelog analysis'). Distinguishes from generic git_log by specifying changelog analysis context and from file tools by noting changelog files are handled separately.

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?

Provides clear when-not guidance ('Changelog file should be read separately') establishing separation of concerns. Lacks explicit comparison to git_log for when to use this versus standard log retrieval, but offers clear contextual guidance on tool boundaries.

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/cyanheads/git-mcp-server'

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