list_windows
Retrieve a JSON list of all active windows with IDs, titles, and properties for screenshot capture. Integrates with Auto-Snap MCP to streamline document processing and text extraction tasks.
Instructions
List all available windows for screenshot capture.
Returns:
JSON string containing list of windows with their IDs, titles, and properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"title": "list_windowsArguments",
"type": "object"
}