Skip to main content
Glama
by Radek44

capture_screenshot

Capture screenshots of Tauri application windows for testing and automation. Saves images to files or returns base64-encoded PNG data to verify UI elements and document application behavior.

Instructions

Capture a screenshot of the application window. Returns base64-encoded PNG image data by default.

Input Schema

NameRequiredDescriptionDefault
filenameNoOptional filename (without extension) to save the screenshot. If not provided, a timestamp will be used.
returnBase64NoWhether to return base64 image data (true) or save to file and return path (false). Default: true

Input Schema (JSON Schema)

{ "properties": { "filename": { "description": "Optional filename (without extension) to save the screenshot. If not provided, a timestamp will be used.", "type": "string" }, "returnBase64": { "default": true, "description": "Whether to return base64 image data (true) or save to file and return path (false). Default: true", "type": "boolean" } }, "type": "object" }

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/Radek44/mcp-tauri-automation'

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