Skip to main content
Glama

generate-git-summary

Retrieve summaries of Git changes, including staged or unstaged differences, to streamline version control tracking and updates.

Instructions

Retrieves a summary of current Git changes (diff). Can show staged or unstaged changes.

Input Schema

NameRequiredDescriptionDefault
stagedNoIf true, get the summary for staged changes only. Defaults to false (unstaged changes).

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "staged": { "default": false, "description": "If true, get the summary for staged changes only. Defaults to false (unstaged changes).", "type": "boolean" } }, "type": "object" }

Latest Blog Posts

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/freshtechbro/vibe-coder-mcp'

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