Skip to main content
Glama

Git MCP

by kjozsa

refresh_repository

Update local Git repositories by checking out the main branch and pulling all remote changes. Use this tool to ensure your repository is current and synchronized with the latest updates.

Instructions

Refresh repository by checking out main branch and pulling all remotes

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

Input Schema

NameRequiredDescriptionDefault
repo_nameYes

Input Schema (JSON Schema)

{ "properties": { "repo_name": { "title": "Repo Name", "type": "string" } }, "required": [ "repo_name" ], "title": "refresh_repositoryArguments", "type": "object" }

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