rba_capture_window_screenshot
Capture a visible Windows process window as an image to inspect its current UI state for debugging.
Instructions
Capture a screenshot of a visible Windows process window and return it as an MCP image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outputPath | No | Optional workspace-relative PNG path. | |
| focusWindow | No | Bring the window to the foreground before capture. | |
| processName | Yes | Process name without .exe, for example RobloxPlayerBeta. | |
| includeImage | No | Return image bytes in the MCP response. |