desktop_screenshot
Capture the current screen or a selected region as a PNG file to verify UI actions produced the expected result before sending the next command.
Instructions
Capture the current screen (or a region) to a PNG file under state/screenshots/. Returns the path. Use this to verify that a UI action had the expected effect before sending the next.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional filename hint | |
| region | No | Optional [x, y, width, height] crop |