Skip to main content
Glama

Release Notes MCP Server

generate_release_notes

Automatically create release notes by extracting and organizing commits from GitHub repositories within a specified timeframe or commit range, supporting formats like markdown, JSON, or text.

Instructions

Generate release notes from commits in a given timeframe or commit range

Input Schema

NameRequiredDescriptionDefault
commitRangeNo
formatNo
ownerYes
repoYes
timeRangeNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "commitRange": { "additionalProperties": false, "properties": { "fromCommit": { "type": "string" }, "toCommit": { "type": "string" } }, "type": "object" }, "format": { "additionalProperties": false, "default": {}, "properties": { "groupBy": { "default": "type", "enum": [ "type", "author", "scope" ], "type": "string" }, "includeStats": { "default": false, "type": "boolean" }, "template": { "type": "string" }, "type": { "default": "markdown", "enum": [ "markdown", "json", "text" ], "type": "string" } }, "type": "object" }, "owner": { "type": "string" }, "repo": { "type": "string" }, "timeRange": { "additionalProperties": false, "properties": { "from": { "type": "string" }, "to": { "type": "string" } }, "type": "object" } }, "required": [ "owner", "repo" ], "type": "object" }

You must be authenticated.

Other Tools from Release Notes MCP Server

Related Tools

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/nickbaumann98/release-notes-server'

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