Skip to main content
Glama

Git MCP

by kjozsa

push_git_tag

Push a specified tag directly to a Git repository's default remote using the Git MCP server. Simplifies tag management by automating the process and returning operation details.

Instructions

Push a git tag to the default remote

Args: repo_name: Name of the git repository tag_name: Name of the tag to push Returns: Dictionary containing status and information about the operation

Input Schema

NameRequiredDescriptionDefault
repo_nameYes
tag_nameYes

Input Schema (JSON Schema)

{ "properties": { "repo_name": { "title": "Repo Name", "type": "string" }, "tag_name": { "title": "Tag Name", "type": "string" } }, "required": [ "repo_name", "tag_name" ], "title": "push_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