Skip to main content
Glama

DroidMind

delete_file

Remove files or directories from an Android device by specifying the device serial and target path. Returns confirmation of the deletion process.

Instructions

Delete a file or directory from the device.

Args: serial: Device serial number path: Path to the file or directory to delete

Returns: Deletion 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": "delete_fileArguments", "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