device_do
Executes one real Android phone action—open app, tap, type, swipe, or toggle service—and returns the result with optional screenshot.
Instructions
One tool for any single real phone action. Jev first picks which ONE atomic kind this goal wants -- open an app, tap, long-press, type, swipe, scroll-to-find, press a key, toggle a service, set DND, take a screenshot, or read a system service (the same ACTION_KINDS the CLI toolkit uses) -- then runs exactly that one real action and returns its result. include_screenshot=True also attaches a real screenshot of the resulting screen -- off by default since an image costs real context; ask for one at a checkpoint, not after every single step in a sequence. Never plans or chains more than one action; sequencing multiple goals is still the calling agent's job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | ||
| verify | No | ||
| direction | No | down | |
| auto_approve | No | ||
| max_attempts | No | ||
| include_screenshot | No |