Skip to main content
Glama

release_tracking

Track software releases linked to architecture decision records. Generate changelogs, manage milestones, compare versions, and assess release readiness.

Instructions

Track releases mapped to ADR decisions. Generates changelogs, manages milestones, compares releases, and assesses release readiness. Supports greenfield and brownfield projects. Writes CHANGELOG.md, creates GitHub Releases and Milestones.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNoChangelog output formatkeep-a-changelog
versionNoRelease version to track (e.g., v2.3.0)
compareToNoEnding version for comparison
localOnlyNoFor create_milestone: persist locally instead of calling gh CLI. Useful when gh auth is unavailable.
operationYesOperation to perform
groupByAdrNoGroup changelog entries by ADR
updateTodoNoUpdate TODO.md with milestone status
compareFromNoStarting version for comparison
projectPathNoProject root path (defaults to current working directory)
writeToFileNoWrite CHANGELOG.md to repo
milestoneTitleNoGitHub milestone title (for create_milestone)
includeAdrLinksNoInclude ADR references in changelog
includeTimelineNoInclude mermaid timeline diagram
releasePlanPathNoPath to RELEASE_PLAN.md (relative to projectPath).RELEASE_PLAN.md
includeReadinessNoInclude release readiness score
milestoneDueDateNoMilestone due date (YYYY-MM-DD)
writeReleasePlanNoFor create_milestone/push_local_milestones: also render local milestones into RELEASE_PLAN.md (bounded section).
createGithubReleaseNoCreate a GitHub Release (requires gh CLI)
includeCommitHashesNoInclude commit hashes in output
milestoneDescriptionNoGitHub milestone description
syncGithubMilestonesNoSync milestones to GitHub (requires gh CLI)
Behavior2/5

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

No annotations are provided, so the description carries the full burden of disclosure. It mentions side effects ('Writes CHANGELOG.md, creates GitHub Releases and Milestones') but does not explain when these occur, whether they are conditional on parameters, what permissions are needed (e.g., gh CLI auth), or potential destructive actions like overwriting files. The statement is vague and lacks critical behavioral details.

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 three sentences, no redundancy, and front-loads the core functionality. The last sentence listing side effects is useful but could be more specific. Overall, it is concise and well-structured for a tool with many operations.

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?

There is no output schema, and the tool has 21 parameters and 8 operations. The description gives a high-level overview and mentions support for greenfield and brownfield projects, but it does not explain how the different operations work or how parameters modify behavior. For such a complex tool, more detail is needed.

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 baseline is 3. The description adds no parameter-level details beyond what the schema provides. It does not elaborate on how parameters interact or special considerations for any of the 21 parameters.

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 uses specific verbs ('track releases mapped to ADR decisions', 'generates changelogs', 'manages milestones', 'compares releases', 'assesses release readiness') and identifies key resources (CHANGELOG.md, GitHub Releases and Milestones). It clearly differentiates the tool from its many siblings by focusing on release tracking integrated with ADR decisions.

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

Usage Guidelines2/5

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

The description does not state when to use this tool versus alternatives, nor does it mention when not to use it. It implies usage for release tracking but offers no guidance on selecting this tool over others, such as the many analysis or validation tools in the sibling list.

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/tosin2013/mcp-adr-analysis-server'

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