Skip to main content
Glama

Unrestricted Development MCP Server

git_tag

Manage Git tags by creating annotated tags, listing existing tags, or deleting tags from your repository to mark release points and organize version history.

Instructions

Create, list, or delete tags

Input Schema

NameRequiredDescriptionDefault
cwdNoRepository directory
actionNoTag actionlist
nameNoTag name (required for create/delete)
messageNoTag message (for annotated tags)
commitNoCommit to tag (defaults to HEAD)

Input Schema (JSON Schema)

{ "properties": { "action": { "default": "list", "description": "Tag action", "enum": [ "list", "create", "delete" ], "type": "string" }, "commit": { "description": "Commit to tag (defaults to HEAD)", "type": "string" }, "cwd": { "description": "Repository directory", "type": "string" }, "message": { "description": "Tag message (for annotated tags)", "type": "string" }, "name": { "description": "Tag name (required for create/delete)", "type": "string" } }, "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/ConnorBoetig-dev/mcp2'

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