move_pointer
Move the macOS pointer to specified x and y coordinates without clicking. Prevents mouse-up events for hover-only desktop checks.
Instructions
Move the macOS pointer to one coordinate without clicking.
Requires macOS Accessibility permission for the launcher process. Use this
for single-point hover-only desktop checks when Computer Use drag would send
a mouse-up event and might activate the target.
For multiple hover/unhover points, prefer hover_sequence because it can
activate an app_name first and interpolate movement across segments.
The response echoes the final x and y coordinates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | macOS screen x in points (logical pixels), origin = top-left of primary display. | |
| y | Yes | macOS screen y in points (logical pixels), origin = top-left of primary display. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||