snapshot
Capture the current KVM screen with a frame reference and signal state, enabling safe mouse actions and detection of stale pixels.
Instructions
Capture the current KVM screen (read-only).
Returns [json_text, image]: the JSON carries a frame_ref
(host:generation:hash) — pass it back to the mouse tool as
observed_frame_ref so an absolute click can be refused if the host rebooted
or swapped media since you looked.
It also carries the live signal state (online/resolution/fps/format,
#143) and unchanged_since_last_snapshot (#141): a byte-identical frame
when the screen should have changed means the pixels are stale/cached — do
NOT trust them as ground truth; check signal and logs instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No |