input.click_xy
Click at native screen coordinates (0…native_width-1, 0…native_height-1 from screen.observe). Last resort when no suitable UIA target exists — prefer input.click_target. Never use JPEG/downscaled pixel coords. Side effect: real mouse click on the remote desktop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Native X (0…native_width-1) | |
| y | Yes | Native Y (0…native_height-1) | |
| button | No | Mouse button (default left) | |
| double | No | If true, double-click | |
| session_id | Yes | Active session id |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | False when the tool failed | |
| message | Yes | Human-readable result for the agent |