Skip to main content
Glama

Iris MCP Server

generate_release_note

Create structured release notes by analyzing differences between Git repository tags. Automatically generates Markdown output highlighting features, improvements, bug fixes, and breaking changes.

Instructions

タグ間の差分からリリースノートを生成します

Input Schema

NameRequiredDescriptionDefault
breakingNo破壊的変更の一覧(オプション)
bugfixesNoバグ修正の一覧(オプション)
endTagYes終了タグ
featuresNo新機能の一覧(オプション)
improvementsNo改善項目の一覧(オプション)
startTagYes開始タグ
titleNoリリースノートのタイトル(オプション)

Input Schema (JSON Schema)

{ "properties": { "breaking": { "description": "破壊的変更の一覧(オプション)", "items": { "type": "string" }, "type": "array" }, "bugfixes": { "description": "バグ修正の一覧(オプション)", "items": { "type": "string" }, "type": "array" }, "endTag": { "description": "終了タグ", "type": "string" }, "features": { "description": "新機能の一覧(オプション)", "items": { "type": "string" }, "type": "array" }, "improvements": { "description": "改善項目の一覧(オプション)", "items": { "type": "string" }, "type": "array" }, "startTag": { "description": "開始タグ", "type": "string" }, "title": { "description": "リリースノートのタイトル(オプション)", "type": "string" } }, "required": [ "startTag", "endTag" ], "type": "object" }

Other Tools from Iris 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/Sunwood-ai-labs/release-notes-generator-iris-mcp-server'

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