Skip to main content
Glama

Generate Repository Release Notes Tool

generate-repository-release-notes

Use this when the user wants release notes from two branches of a connected provider repository. After authorization, this state-changing action compares base_branch with compare_branch, consumes AI credits, creates a generation, and can save it to a Space.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filenameNoOptional generation history filename. Defaults to release notes plus the repository name and base branch.
providerYesRequired connected Git provider key or display name: github, gitlab, bitbucket, azure, or Azure DevOps. Provider authorization must already be complete.
base_branchYesRequired base branch to compare from, such as main or production. Must be different from compare_branch.
save_to_spaceNoOptional destination Space page to create from the generated release notes after authorization. The authenticated user must manage the Space.
compare_branchYesRequired compare branch to compare into the base branch, such as develop, release/1.2, or feature branch name.
repository_identifierYesRequired provider repository identifier such as owner/repo for GitHub, GitLab, or Bitbucket, or organization/project/repository for Azure DevOps.
additional_instructionsNoOptional customer instructions for release note tone, audience, format, breaking-change emphasis, or product area focus.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.7/5.0
Behavior5/5

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

The description discloses important side effects: it is state-changing, consumes AI credits, creates a generation, and can optionally save to a Space after authorization. These align with the annotations (readOnlyHint false, destructiveHint false) and no contradiction is present.

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 and information-dense, covering the trigger condition, side effects, and optional output in one sentence. There is no redundant or filler content.

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?

The description fully covers how to invoke the tool and what side effects occur, but it does not explicitly describe the return value or generation object. Since there is no output schema and the tool creates a generation that can later be retrieved via sibling tools, a brief note about the return would make it slightly more complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already covers all 7 parameters, and the descriptions add meaningful context such as provider examples (GitHub, GitLab, Bitbucket, Azure DevOps), branch examples, and the Space destination requirement. This goes beyond the raw schema and helps the agent map user intent to the correct parameter values.

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 states a specific action: generating release notes by comparing two branches of a connected provider repository. It clearly distinguishes this tool from sibling generation tools like generate-repository-documentation or generate-code-documentation by focusing on branch-to-branch release notes.

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?

It explicitly says when to use the tool ('when the user wants release notes from two branches') and notes prerequisites like a connected provider repository and authorization. It does not explicitly mention when not to use it or name an alternative tool, but the usage context is clear enough.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources