take_screenshot
Capture the current phone screen as a screenshot. Saves the image to a specified file path and returns it as base64 data.
Instructions
Take a screenshot of the current phone screen. Returns the screenshot as base64 image data.
Args: output_path: Where to save the screenshot file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | No | /data/data/com.termux/files/home/screenshot.png |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |