close_window
Close a desktop window by providing its window ID. Retrieve the ID using the windows() tool first.
Instructions
Close a window.
Use windows() to find the window ID first.
Args:
window_id: The window ID to close.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| window_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |