nanokvm_click
Simulate mouse clicks on remote servers using NanoKVM hardware for BIOS-level management. Specify button and optional coordinates to control headless machines.
Instructions
Click a mouse button, optionally at a specific position.
Args:
button: Mouse button - "left", "right", or "middle"
x: Optional X coordinate to move to before clicking
y: Optional Y coordinate to move to before clicking
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| button | No | left | |
| x | No | ||
| y | No |