mouse_move
Move the mouse cursor to exact screen coordinates for GUI automation, supporting animated or instant repositioning on headless desktops.
Instructions
Move the mouse cursor to an absolute screen coordinate.
Args: params (MoveInput): x, y target and optional animation duration.
Returns: str: JSON with the resulting cursor position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |