get_screen_hash
Detect screen changes by comparing hashes before and after an action, without re-fetching the full snapshot.
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 | |||