android_assert
Verify a yes/no claim about the current screen with a local vision model, returning PASS or FAIL while keeping screenshots out of your context.
Instructions
Check a claim about the current screen using the local VLM. Returns PASS or FAIL.
A cheap oracle: the screenshot goes to LM Studio, not into your context.
Args: question: A yes/no claim, e.g. "is the timed-apps list visible?" device: Device serial; defaults to the first physical device. model: LM Studio model id; defaults to the configured one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | ||
| device | No | ||
| question | Yes |