capture_screen
Capture the full screen with an optional delay for window switching, adjustable monitor selection, and scaling, returning frame data as JSON.
Instructions
Capture the full screen with optional delay for window switching.
Args: delay_seconds: Wait this many seconds before capturing (default: 3) monitor: Monitor index to capture (0 = all monitors, 1+ = specific monitor) scale: Scale factor for resizing (default: 0.5)
Returns: JSON string with captured frame data or error
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | ||
| monitor | No | ||
| delay_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |