status
Retrieve server and sandbox status, version, and dependency checks in a single read-only call. Ideal for verifying environment readiness and diagnostic reporting.
Instructions
Server + sandbox status in one read-only call — run this first, and when filing bug reports.
Returns {"ok", "version", "vision", "host_display", "instances": [...same as list_instances], "deps": {xdotool, xclip, xephyr, wmctrl, tesseract, omniparser_weights: true|false}}. "vision" is the grounding backend (none|basic|local); "deps" shows whether each system tool is installed and (for 'local') whether the OmniParser weights are present. No side effects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |