linux_status
Checks Linux X11 automation tool availability, reporting which utilities like xdotool, wmctrl, and Xvfb are present for GUI control.
Instructions
Report Linux X11 automation tooling availability (xdotool, wmctrl, Xvfb, …).
Returns: str: JSON {"ok": true, "display": ":0", "session_type": "x11", "xdotool": bool, ...}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |