Skip to main content
Glama

DroidMind

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

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