get_screen
Capture a text-mode snapshot of the current screen, returning interactive elements with stable IDs and coordinates for precise UI automation.
Instructions
Capture a compact text-mode snapshot of the current screen.
Returns elements as [id] class "label" kind@(x,y) lines plus the
screen hash. Elements carry stable ids you can reference in tap().
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | "summary" (interactive elements only, ~14x smaller) or "full" (every labeled/interactive element). | summary |
| device | No | ADB serial; omit with a single connected device. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||