Skip to main content
Glama

DroidMind

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hyperb1iss/droidmind'

If you have feedback or need assistance with the MCP directory API, please join our Discord server