Skip to main content
Glama

Git MCP

by kjozsa

create_git_tag

Generate a new Git tag for a specified repository, optionally including an annotated message, to organize and mark specific points in the project history.

Instructions

Create a new git tag in the repository

Args: repo_name: Name of the git repository tag_name: Name of the tag to create message: Optional message for annotated tag Returns: Dictionary containing status and tag information

Input Schema

NameRequiredDescriptionDefault
messageNo
repo_nameYes
tag_nameYes

Input Schema (JSON Schema)

{ "properties": { "message": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Message" }, "repo_name": { "title": "Repo Name", "type": "string" }, "tag_name": { "title": "Tag Name", "type": "string" } }, "required": [ "repo_name", "tag_name" ], "title": "create_git_tagArguments", "type": "object" }

You must be authenticated.

Other Tools from Git MCP

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/kjozsa/git-mcp'

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