pointer
Move, click, drag, or scroll the mouse in global coordinates. Optionally capture desktop, screenshot, UI elements, or allow clicks on authentication dialogs.
Instructions
Mouse in global coordinates. action='move' (x,y) | 'click' (optional
x,y first; button left/right/middle; double=true) | 'drag' (x,y →
to_x,to_y holding button) | 'scroll' (scroll_dy notches, positive =
content down; optional x,y first). then appends the result to this
call so you skip a round-trip: 'desktop' a fresh snapshot, 'screenshot'
a stable capture, 'ui' the focused window's elements with current
values, 'none' (default) nothing. allow_auth=true overrides the
refusal to click over a system authentication dialog.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| then | No | none | |
| to_x | No | ||
| to_y | No | ||
| action | Yes | ||
| button | No | left | |
| double | No | ||
| scroll_dx | No | ||
| scroll_dy | No | ||
| allow_auth | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |