Skip to main content
Glama

Code Screenshot Generator

batch_screenshot

Generate screenshots for multiple code files simultaneously to create documentation quickly. Apply consistent color themes across all screenshots for professional presentation.

Instructions

Generate screenshots for multiple files at once. Useful for documenting multiple code files quickly.

Input Schema

NameRequiredDescriptionDefault
filePathsYesArray of file paths to screenshot
themeNoColor theme to apply to all screenshots (dracula, nord, monokai, github-light, github-dark)

Input Schema (JSON Schema)

{ "properties": { "filePaths": { "description": "Array of file paths to screenshot", "items": { "type": "string" }, "type": "array" }, "theme": { "description": "Color theme to apply to all screenshots (dracula, nord, monokai, github-light, github-dark)", "enum": [ "dracula", "nord", "monokai", "github-light", "github-dark" ], "type": "string" } }, "required": [ "filePaths" ], "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