capture_screenshot
Take screenshots and save them to a specified path, supporting full screen, window, or selection capture.
Instructions
Take a screenshot and save to the specified path. Supports full screen, window, or selection capture.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute file path to save the screenshot (e.g. '/tmp/screenshot.png') | |
| region | No | Capture region: fullscreen (default), window, or selection | fullscreen |