Skip to main content
Glama

Git MCP Server

by Sheshiyer

tag_create

Create and manage Git tags with customizable options like annotated tags, signing, and force creation, directly integrated into the Git MCP Server for streamlined repository management.

Instructions

Create a tag

Input Schema

NameRequiredDescriptionDefault
annotatedNoCreate an annotated tag
forceNoForce create tag even if it exists
messageNoTag message
nameYesTag name
pathNoPath to repository. MUST be an absolute path (e.g., /Users/username/projects/my-repo)
signNoCreate a signed tag

Input Schema (JSON Schema)

{ "properties": { "annotated": { "default": true, "description": "Create an annotated tag", "type": "boolean" }, "force": { "default": false, "description": "Force create tag even if it exists", "type": "boolean" }, "message": { "description": "Tag message", "type": "string" }, "name": { "description": "Tag name", "type": "string" }, "path": { "description": "Path to repository. MUST be an absolute path (e.g., /Users/username/projects/my-repo)", "type": "string" }, "sign": { "default": false, "description": "Create a signed tag", "type": "boolean" } }, "required": [ "name" ], "type": "object" }

You must be authenticated.

Other Tools from Git 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/Sheshiyer/git-mcp-v2'

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