screen_record_start
Start recording the Android device screen to a specified path on the device, with an optional duration limit. Stop the recording by calling screen_record_stop when finished.
Instructions
Start recording the screen. Recording continues until screen_record_stop is called.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | No | Device serial number | |
| duration | No | Max recording duration in seconds (optional, device limit usually 180s) | |
| remotePath | No | Path on device to save recording | /sdcard/scrcpy-mcp-recording.mp4 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Human-readable status message | |
| success | Yes | Whether recording was started | |
| remotePath | No | Path on the device where the recording is saved |