Skip to main content
Glama

release_tracking

Track releases mapped to ADR decisions. Generate changelogs, manage milestones, compare releases, and assess readiness for greenfield or brownfield projects, writing CHANGELOG.md and creating GitHub Releases/Milestones.

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

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

The description mentions side effects like writing CHANGELOG.md and creating GitHub Releases/Milestones, but it does not disclose that some operations require external dependencies (gh CLI) as indicated in the schema. With no annotations, more transparency about behavioral traits like idempotency or error conditions would be beneficial.

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 concise, with three sentences that front-load the core purpose and key outcomes. Every sentence adds value, and there is no redundancy or fluff.

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?

The description provides a good overview but lacks detail on the differences between the many operations (e.g., detect_releases vs track_release). With 21 parameters and 10 operations, an agent would need to infer relationships from parameter descriptions, which may not be sufficient for correct selection in all cases.

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 parameters thoroughly. The description adds no additional parameter-specific semantics beyond the high-level overview. This meets the baseline but does not exceed it.

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's purpose: tracking releases mapped to ADR decisions. It lists specific outputs like changelogs, milestones, and release comparisons. This distinguishes it from sibling tools that focus on other aspects like deployment readiness or ADR analysis.

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 description implies the tool should be used for release management in conjunction with ADR decisions, but it does not explicitly state when to use this tool versus alternatives. No guidance on prerequisites (e.g., needing GitHub CLI for certain operations) or when not to use it.

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