adb_screen_state
Retrieve a combined snapshot of Android screen state including foreground activity, screen dimensions, orientation, battery level, and interactive UI elements in a single ADB call.
Instructions
Get a combined screen state snapshot in one call: foreground activity, screen dimensions and density, orientation, battery level, and a TSV list of interactive UI elements. Replaces 3-4 separate tool calls with a single round-trip. Ideal as a first step in any automation workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clickableOnly | No | Only include clickable/scrollable elements in TSV output (default true) | |
| device | No | Device serial |