Start Screen Recording
android_start_recordingInitiate a background screen recording on an Android device. Optionally specify device and duration (max 180 seconds). Stop the recording with the companion stop tool.
Instructions
Start recording the device screen in the background. Stop it with android_stop_recording. Max duration is 180 seconds (Android limit).
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). | |
| timeLimit | No | Auto-stop after this many seconds. Defaults to 180 (maximum). |