Skip to main content
Glama

Code Screenshot Generator

screenshot_git_diff

Generate visual screenshots of git diff output to document code changes. Shows working directory or staged changes with syntax highlighting across multiple themes for clear change visualization.

Instructions

Generate a screenshot of git diff output. Shows changes in your working directory or staged changes.

Input Schema

NameRequiredDescriptionDefault
filePathNoOptional: Specific file to diff. If not provided, shows diff for all changes.
stagedNoShow staged changes (git diff --staged) instead of unstaged changes
themeNoColor theme (dracula, nord, monokai, github-light, github-dark)

Input Schema (JSON Schema)

{ "properties": { "filePath": { "description": "Optional: Specific file to diff. If not provided, shows diff for all changes.", "type": "string" }, "staged": { "description": "Show staged changes (git diff --staged) instead of unstaged changes", "type": "boolean" }, "theme": { "description": "Color theme (dracula, nord, monokai, github-light, github-dark)", "enum": [ "dracula", "nord", "monokai", "github-light", "github-dark" ], "type": "string" } }, "required": [], "type": "object" }

Other Tools from Code Screenshot 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/MoussaabBadla/code-screenshot-mcp'

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