get_cursor_position
Get the current mouse cursor position, returning x and y coordinates to enable precise desktop automation and GUI control.
Instructions
Get the current mouse cursor position.
Returns {"x": <int>, "y": <int>}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||