Skip to main content
Glama

Git Repo Browser MCP

git_create_tag

Create annotated and lightweight tags in a local Git repository by specifying the repo path, tag name, and optional message using this tool within the Git Repo Browser MCP.

Instructions

Create a tag.

Input Schema

NameRequiredDescriptionDefault
annotatedNoWhether to create an annotated tag
messageNoTag message (for annotated tags)
repo_pathYesThe path to the local Git repository
tag_nameYesName of the tag

Input Schema (JSON Schema)

{ "properties": { "annotated": { "default": true, "description": "Whether to create an annotated tag", "type": "boolean" }, "message": { "default": "", "description": "Tag message (for annotated tags)", "type": "string" }, "repo_path": { "description": "The path to the local Git repository", "type": "string" }, "tag_name": { "description": "Name of the tag", "type": "string" } }, "required": [ "repo_path", "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/bsreeram08/git-commands-mcp'

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