Skip to main content
Glama

MCP Issue

git_diff

Generate Git repository diffs to analyze code changes, supporting working directory, staged files, or commit ranges for technical review and documentation.

Instructions

Retorna um diff do repositório atual. Use para entender alterações locais.

Input Schema

NameRequiredDescriptionDefault
baseNo
headNo
maxBytesNo
modeNoworking
pathSpecNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "base": { "type": "string" }, "head": { "type": "string" }, "maxBytes": { "exclusiveMinimum": 0, "maximum": 5242880, "type": "integer" }, "mode": { "default": "working", "enum": [ "working", "staged", "range" ], "type": "string" }, "pathSpec": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }

Other Tools from MCP Issue

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/gustavodetoni/mcp-issue'

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