DroidMind

by hyperb1iss
Verified

create_directory

Generate directories on Android devices using the device serial number and path. Simplifies device file management within the DroidMind MCP server.

Instructions

Create a directory on the device.

Args: serial: Device serial number path: Path to the directory to create

Returns: Result message

Input Schema

NameRequiredDescriptionDefault
pathYes
serialYes

Input Schema (JSON Schema)

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