ai-changelog-writer
Server Details
Cloudflare Workers MCP server: ai-changelog-writer
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- lazymac2x/ai-changelog-writer-api
- GitHub Stars
- 0
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.3/5 across 5 of 5 tools scored.
Each tool has a clearly distinct purpose: detecting breaking changes, formatting release notes, generating changelogs from commits, creating PR descriptions, and summarizing commits. No overlap or ambiguity.
All tool names follow a consistent verb_noun pattern with lowercase underscores (e.g., detect_breaking_changes, format_release_notes). No mixing of conventions.
Five tools is well-scoped for a changelog writer server, covering core workflows without unnecessary bloat or missing essential functions.
The tool set covers the main changelog writing tasks, including commit summarization, breaking change detection, and release note formatting. A minor gap is the absence of a tool to update or append to an existing changelog, but core needs are met.
Available Tools
5 toolsdetect_breaking_changesAInspect
Detect breaking changes from commit messages and/or a git diff. Returns a list of breaking items and a version-bump recommendation.
| Name | Required | Description | Default |
|---|---|---|---|
| diff | No | Raw git diff to scan for removed exports/APIs. Optional. | |
| commits | No | Array of commit messages. Optional if diff is provided. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavioral traits. It does not mention side effects, access requirements, limitations (e.g., language support), or whether it is read-only. This is a significant gap for a tool with no annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that conveys purpose and output. It is front-loaded and every word earns its place. No redundancy or fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
No output schema exists, so the description should explain return values. It does state a list of breaking items and a version-bump recommendation, but lacks detail on format or structure. Given moderate complexity and missing annotations, this is adequate but not comprehensive.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with clear parameter descriptions. The description adds no additional meaning beyond the schema, which is already sufficient. Baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool detects breaking changes using commit messages and/or git diff, and returns a list of breaking items and a version-bump recommendation. This verb-resource scope distinguishes it from siblings like format_release_notes or summarize_commits.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies input can be commit messages and/or diff, but provides no explicit guidance on when to use this tool versus siblings, nor any exclusions or prerequisites. Minimal usage guidance; relies on user inference.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
format_release_notesBInspect
Format polished release notes for a given version, suitable for GitHub Releases or a product changelog page.
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Release date in YYYY-MM-DD format. Defaults to today. | |
| commits | Yes | Array of commit messages. | |
| project | No | Project or product name. Optional. | |
| version | Yes | Version string, e.g. "2.0.0". |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description bears full transparency burden. It implies a read-only formatting operation but does not disclose specifics like input validation, formatting rules, or output structure. Minimal behavioral info is provided.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence that efficiently conveys purpose. It is appropriately short but could benefit from slightly more detail on output format without becoming verbose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple formatting tool without output schema, the description is adequate but leaves gaps: it doesn't specify the output format (e.g., Markdown) or clearly distinguish from sibling tools. Given the sibling context, more detail would improve completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema itself documents all parameters. The description only reinforces the version parameter, adding no new meaning. Baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Format' and resource 'polished release notes', specifying the output context (GitHub Releases or changelog). However, it does not differentiate from sibling tools like generate_changelog, which may overlap.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides generic context but no explicit guidance on when to use this tool versus alternatives (e.g., generate_changelog or generate_pr_description). It lacks when-not scenarios or prerequisites.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
generate_changelogAInspect
Generate a Markdown changelog from a list of commit messages. Supports conventional commits and heuristic classification.
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Release date in YYYY-MM-DD format. Defaults to today. | |
| commits | Yes | Array of commit messages or "hash message" lines. | |
| version | No | Release version tag, e.g. "v1.2.0". Optional. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must fully disclose behavior. It only mentions generating Markdown and supporting classification, but does not describe side effects, handling of empty inputs, or whether it is a read-only operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence, front-loaded with key information. It is efficient, though could be slightly more structured with additional sentences.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema or annotations, the description is adequate but lacks details on output format specifics, error handling, or how heuristic classification works. More context would improve completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with all parameters described. The description adds context beyond the schema by specifying the output format (Markdown) and input processing (conventional commits), enhancing understanding.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it generates a Markdown changelog from commit messages, and specifies support for conventional commits and heuristic classification. This distinctly separates it from sibling tools like detect_breaking_changes or summarize_commits.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for generating changelogs but offers no explicit guidance on when to use versus alternatives, nor any prerequisites or exclusions. Usage context is only implied.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
generate_pr_descriptionBInspect
Generate a pull request description with summary, change stats, and a test checklist.
| Name | Required | Description | Default |
|---|---|---|---|
| diff | No | Raw git diff output. Optional but improves stats. | |
| title | No | PR title. Optional. | |
| commits | Yes | Array of commit messages included in the PR. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavioral traits. It only states what is generated but omits details such as side effects (none expected), required permissions, rate limits, or return format. The description is too brief to fully inform an AI agent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, well-formed sentence that covers the essential purpose without unnecessary words. It is appropriately concise and front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given three parameters, no output schema, and no annotations, the description is too brief. It does not specify the return format (e.g., plain text, JSON), any limitations, or how parameters affect the output. An AI agent would need more detail to use the tool confidently.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
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 that the output includes 'change stats' (likely derived from diff) and 'test checklist', but does not enhance understanding of individual parameters beyond the schema. This provides mild additional context but does not compensate fully for the lack of output schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool generates a PR description with specific components (summary, change stats, test checklist). It distinguishes itself from sibling tools like detect_breaking_changes or format_release_notes, which have different purposes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description does not provide any guidance on when to use this tool versus alternatives. It neither explains prerequisites nor gives scenarios where this tool is appropriate over siblings like summarize_commits or generate_changelog.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
summarize_commitsCInspect
Produce a short natural-language summary and structured breakdown of a set of commits.
| Name | Required | Description | Default |
|---|---|---|---|
| commits | Yes | Array of commit messages to summarize. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so the description carries the full burden. It mentions the output ('short natural-language summary and structured breakdown') but does not disclose any behavioral traits, side effects, permissions, or limitations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence with no waste. Efficient, but could be more informative without increasing length significantly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
No output schema, so description should clarify output. 'Short natural-language summary and structured breakdown' is somewhat vague. With one param and no schema, this is adequate but not complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Input schema has 100% description coverage for the sole parameter. The description adds no extra meaning beyond the schema's 'Array of commit messages to summarize.' Baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool produces a summary and structured breakdown of commits. It uses a specific verb and resource, but does not differentiate from sibling tools like generate_changelog or generate_pr_description, which also summarize commits.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus alternatives. It does not specify when it is appropriate to use summarize_commits compared to detect_breaking_changes, format_release_notes, or generate_changelog.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!