wsl_status
Check if Windows Subsystem for Linux (WSL) is available on the current Windows host and get its version details via a JSON status report.
Instructions
Report whether WSL is available on this Windows host.
Returns: str: JSON {"ok": true, "available": bool, "version": "...", ...}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |