Skip to main content
Glama

Git MCP

by kjozsa

list_commits_since_last_tag

Retrieve commit messages, authors, dates, and hashes since the last git tag in a specified repository, with an option to limit the number of results.

Instructions

List commit messages since main HEAD and the last git tag

Args: repo_name: Name of the git repository max_count: Maximum number of commits to return Returns: List of dictionaries containing commit hash, author, date, and message

Input Schema

NameRequiredDescriptionDefault
max_countNo
repo_nameYes

Input Schema (JSON Schema)

{ "properties": { "max_count": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Max Count" }, "repo_name": { "title": "Repo Name", "type": "string" } }, "required": [ "repo_name" ], "title": "list_commits_since_last_tagArguments", "type": "object" }
Install Server

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