input.click_target
Left/right/middle-click a UIA target by id from the latest screen.observe (uses native center coords). Prefer over input.click_xy. Side effect: real mouse click on the remote Windows desktop. Do not reuse target_id after the screen may have changed — re-observe first. For click→type→keys sequences, use input.send_actions (one turn) instead of chaining this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| button | No | Mouse button (default left) | |
| double | No | If true, double-click (two clicks) | |
| target_id | Yes | Target id from the most recent screen.observe (e.g. uia-… ) | |
| 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 |