android_screenshot
Capture an Android device screen as a viewable image. Optionally pass a question to analyze the screenshot with a local vision model, returning the answer.
Instructions
Capture the screen and return it as an image you can look at directly.
Args: device: Device serial; defaults to the first physical device. scale: Long-edge px for the returned image (full-res is saved to disk regardless). analyze: Optional question - also runs the shot through the local LM Studio VLM and attaches its text answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | ||
| device | No | ||
| analyze | No |