show_headless_desktop
Switch the live screen to an off-screen desktop for manual tasks like login. Make the headless environment visible and interactive, then revert with hide_headless_desktop.
Instructions
Temporarily switch the live screen to a headless desktop for human interaction.
The entire off-screen desktop (and the apps running on it) becomes interactive
and visible, so a person can complete a LOGIN or any manual step. Call
hide_headless_desktop to switch back to the normal desktop afterwards.
Args: params (HeadlessDesktopInput): the off-screen desktop name.
Returns: str: JSON {"ok": true, "name": "...", "visible": true, "note": "..."}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |