describe_workspace
Identify your current workspace state by retrieving the active application, foreground window title, visible windows per monitor, and time-of-day signal. Provides a structured snapshot to answer 'where am I' without screen capture or OCR.
Instructions
Describe the current desktop workspace state: active app, open windows, monitors.
Returns a structured snapshot (active app, foreground window title, list of visible windows by monitor, time-of-day signal).
USE WHEN: you need a quick "where am I in the OS right now" without pulling pixels or OCR. NOT FOR: visual content (use get_screenshot) or text content (use get_screen_text).
BEHAVIOR: pure read. Snapshot is captured at call time; very low cost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |