get_screen_hash
Get a quick screen hash to detect if the display changed between actions, avoiding full snapshot refetches.
Instructions
Return a cheap fingerprint of the current screen (hash of the snapshot).
Call this before and after an action to detect whether the screen changed, without refetching the full snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | "summary" (default) or "full". | summary |
| device | No | ADB serial; omit with a single connected device. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||