list_files
Retrieve a JSON-formatted list of files from a specified directory path on an Android device for remote control and automation purposes.
Instructions
List files in a directory
Args:
path (str): Directory path to list (e.g., "/sdcard")
Returns:
str: File list as JSON
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |