Skip to main content
Glama

MCP Git Commit Generator

check_git_status

Verify the status of a git repository, identifying staged, unstaged, and untracked files. Specify a repository path or use the current directory to assess changes and prepare for commits.

Instructions

Check the current git repository status.

Args: repo_path: Optional path to the target git repository. If not provided, uses the current working directory.

Returns: Current git status including staged, unstaged, and untracked files

Input Schema

NameRequiredDescriptionDefault
repo_pathNo

Input Schema (JSON Schema)

{ "properties": { "repo_path": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Repo Path" } }, "title": "check_git_statusArguments", "type": "object" }

Other Tools from MCP Git Commit Generator

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/theoklitosBam7/mcp-git-commit-generator'

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