DroidMind

by hyperb1iss
Verified

list_directory

Retrieve directory contents on Android devices by specifying the device serial and path. Use this tool to manage files and analyze device storage efficiently through the DroidMind MCP server.

Instructions

List contents of a directory on the device.

Args: serial: Device serial number path: Directory path to list

Returns: Directory listing

Input Schema

NameRequiredDescriptionDefault
pathYes
serialYes

Input Schema (JSON Schema)

{ "properties": { "path": { "title": "Path", "type": "string" }, "serial": { "title": "Serial", "type": "string" } }, "required": [ "serial", "path" ], "title": "list_directoryArguments", "type": "object" }
ID: p03zdsi6ol