Skip to main content
Glama

create_release

Generate and manage GitHub repository releases by specifying tag names, commit references, and release details, including draft or prerelease status, using the MCP GitHub server.

Instructions

Create a new release in a GitHub repository

Input Schema

NameRequiredDescriptionDefault
bodyNoText describing the release
draftNotrue to create a draft (unpublished) release, false to create a published one
generate_release_notesNoWhether to automatically generate the name and body for this release
nameNoThe name of the release
ownerYesRepository owner (username or organization)
prereleaseNotrue to identify the release as a prerelease, false to identify it as a full release
repoYesRepository name
tag_nameYesThe name of the tag
target_commitishNoSpecifies the commitish value that determines where the Git tag is created from

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "body": { "description": "Text describing the release", "type": "string" }, "draft": { "description": "true to create a draft (unpublished) release, false to create a published one", "type": "boolean" }, "generate_release_notes": { "description": "Whether to automatically generate the name and body for this release", "type": "boolean" }, "name": { "description": "The name of the release", "type": "string" }, "owner": { "description": "Repository owner (username or organization)", "type": "string" }, "prerelease": { "description": "true to identify the release as a prerelease, false to identify it as a full release", "type": "boolean" }, "repo": { "description": "Repository name", "type": "string" }, "tag_name": { "description": "The name of the tag", "type": "string" }, "target_commitish": { "description": "Specifies the commitish value that determines where the Git tag is created from", "type": "string" } }, "required": [ "owner", "repo", "tag_name" ], "type": "object" }

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/MissionSquad/mcp-github'

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