Skip to main content
Glama

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.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsB

Average 3.3/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation5/5

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.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with lowercase underscores (e.g., detect_breaking_changes, format_release_notes). No mixing of conventions.

Tool Count5/5

Five tools is well-scoped for a changelog writer server, covering core workflows without unnecessary bloat or missing essential functions.

Completeness4/5

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 tools
detect_breaking_changesAInspect

Detect breaking changes from commit messages and/or a git diff. Returns a list of breaking items and a version-bump recommendation.

ParametersJSON Schema
NameRequiredDescriptionDefault
diffNoRaw git diff to scan for removed exports/APIs. Optional.
commitsNoArray of commit messages. Optional if diff is provided.
Behavior2/5

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.

Conciseness5/5

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.

Completeness3/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines3/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
dateNoRelease date in YYYY-MM-DD format. Defaults to today.
commitsYesArray of commit messages.
projectNoProject or product name. Optional.
versionYesVersion string, e.g. "2.0.0".
Behavior3/5

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.

Conciseness4/5

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.

Completeness3/5

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.

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 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.

Purpose4/5

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.

Usage Guidelines2/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
dateNoRelease date in YYYY-MM-DD format. Defaults to today.
commitsYesArray of commit messages or "hash message" lines.
versionNoRelease version tag, e.g. "v1.2.0". Optional.
Behavior2/5

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.

Conciseness4/5

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.

Completeness3/5

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.

Parameters4/5

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.

Purpose5/5

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.

Usage Guidelines3/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
diffNoRaw git diff output. Optional but improves stats.
titleNoPR title. Optional.
commitsYesArray of commit messages included in the PR.
Behavior2/5

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.

Conciseness5/5

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.

Completeness2/5

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.

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 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.

Purpose5/5

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.

Usage Guidelines2/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
commitsYesArray of commit messages to summarize.
Behavior2/5

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.

Conciseness4/5

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.

Completeness3/5

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.

Parameters3/5

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.

Purpose4/5

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.

Usage Guidelines2/5

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.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.