linux_status
Check availability of X11 automation tools (xdotool, wmctrl, Xvfb) on Linux systems. Returns JSON with tool status and display information.
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 |