Take Screenshot
android_take_screenshotTake a screenshot of the Android device screen and return it as an image. Obtain UI element coordinates by first using android_list_elements.
Instructions
Take a screenshot of the device screen and return it as an image. Use android_list_elements first when you need coordinates of UI elements. Do not cache this result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | No | Device id (serial or host:port). Optional -- when omitted, uses ANDROID_MCP_DEVICE env or auto-selects the connected device (physical devices preferred over emulators). |