list_instances
List all running app windows (instances) with their id, display, name, command, and status, including sandboxes started outside the server. Use to discover available instances and verify one is active before driving it.
Instructions
List all instances (running app windows): id, display, name, command, up.
Returns {"ok", "count", "instances": [{instance, display, name, command, up}, …]}. Probes displays :1–:12 for sandboxes started outside this server (e.g. start-display.sh), so it also finds instances this process didn't launch (their name/command show as unknown). Use it to discover what you can drive and to verify an instance is up before acting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |