move_mouse
Position the mouse cursor at specified X and Y coordinates on screen, enabling precise cursor placement without any click action.
Instructions
Moves the mouse cursor to specified coordinates without clicking
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate to move the cursor to | |
| y | Yes | Y coordinate to move the cursor to |