nanokvm_screenshot
Capture a screenshot from a remote machine's display via NanoKVM hardware. Returns a JPEG image for display monitoring or analysis, with configurable resolution and quality settings.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_width | No | ||
| max_height | No | ||
| quality | No |