Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Git MCP
Claim
by
kjozsa
GitHub
Version Control
Developer Tools
File Systems
Python
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
push_git_tag
Push a git tag to the default remote
Copy
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
Name
Required
Description
Default
repo_name
Yes
tag_name
Yes
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" }
Install Server
You must be
authenticated
.
Other Tools
create_git_tag
get_last_git_tag
list_commits_since_last_tag
list_repositories
push_git_tag
refresh_repository