nanokvm_screenshot
Capture a JPEG screenshot of the current display on a remote machine, with adjustable resolution and quality. Provides visual access to headless systems for monitoring or troubleshooting.
Instructions
Capture a screenshot from the target machine's display.
Returns the screenshot as a JPEG image that can be displayed or analyzed. By default, 4K images are resized to 1080p to keep the response size manageable.
Args: max_width: Maximum width in pixels (default 1920, use 0 for no limit) max_height: Maximum height in pixels (default 1080, use 0 for no limit) quality: JPEG quality 1-100 (default 80)
Returns: JPEG image of the current display
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quality | No | ||
| max_width | No | ||
| max_height | No |