Take a screenshot of a Roblox window
screenshot-windowCapture an actual OS screenshot of a Roblox window via Windows APIs. Returns a downscaled JPEG to limit vision-token cost. Provide pid when multiple windows are open; secondary servers relay capture to the primary host.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | No | The PID (process ID) of the Roblox window to capture. If omitted and only one Roblox window exists, it is captured automatically. If multiple windows exist and no pid is provided, the tool returns a list of windows for disambiguation. | |
| maxWidth | No | Maximum image width in pixels; the screenshot is downscaled to this (default: 1280). Lower values cost fewer vision tokens. |