Skip to main content
Glama

DroidMind

clear_app_data

Clear app data and cache for a specified package on an Android device, using the device serial number and package name for precise targeting.

Instructions

Clear app data and cache for the specified package.

Args: serial: Device serial number package: Package name to clear data for

Returns: Result message

Input Schema

NameRequiredDescriptionDefault
packageYes
serialYes

Input Schema (JSON Schema)

{ "properties": { "package": { "title": "Package", "type": "string" }, "serial": { "title": "Serial", "type": "string" } }, "required": [ "serial", "package" ], "title": "clear_app_dataArguments", "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