fullscreen_window
Toggle fullscreen mode for a specified window using its ID. Enter or exit fullscreen to maximize workspace focus.
Instructions
Enter or exit fullscreen for a window.
Use windows() to find the window ID first.
Args:
window_id: The window ID.
fullscreen: True to enter fullscreen (default), False to exit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| window_id | Yes | ||
| fullscreen | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |