Git MCP Server

by cyanheads
Verified

tag_create

Create and manage Git tags with annotated messages, forced updates, or signed features using this tool. Simplifies tag creation in repositories via an absolute path, ensuring version control efficiency.

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

ID: e0hyslgby6