file_list
List directory contents on a connected Android device by providing an absolute path, returning the files and folders found in that location.
Instructions
List directory contents on the device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the directory on the device (e.g., /sdcard/) | |
| serial | No | Device serial number |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The directory that was listed | |
| count | Yes | Number of entries returned | |
| entries | Yes | Directory entries |