android_screenshot
Capture screenshots from Android devices or emulators to display image data, optionally saving to specified paths for debugging React Native apps with Metro Logs MCP.
Instructions
Take a screenshot from an Android device/emulator. Returns the image data that can be displayed.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outputPath | No | Optional path to save the screenshot. If not provided, saves to temp directory. | |
| deviceId | No | Optional device ID (from list_android_devices). Uses first available device if not specified. |