Skip to main content
Glama

Auto-Snap MCP

capture_window

Capture screenshots of specific windows using the window ID, save them to a custom path, and retrieve results in JSON format. Integrates with Auto-Snap MCP for streamlined document processing and text extraction.

Instructions

Capture screenshot of a specific window. Args: window_id: Window ID to capture (from list_windows) output_path: Optional path to save the screenshot Returns: JSON string with capture results and file path.

Input Schema

NameRequiredDescriptionDefault
output_pathNo
window_idYes

Input Schema (JSON Schema)

{ "properties": { "output_path": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Output Path" }, "window_id": { "title": "Window Id", "type": "string" } }, "required": [ "window_id" ], "title": "capture_windowArguments", "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/PovedaAqui/auto-snap-mcp'

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