Skip to main content
Glama

DroidMind

install_app

Install or reinstall an APK file on an Android device using a specified device serial and APK path. Optionally grant all requested permissions during installation. Returns the installation result message.

Instructions

Install an APK on the device.

Args: serial: Device serial number apk_path: Path to the APK file (local to the server) reinstall: Whether to reinstall if app exists grant_permissions: Whether to grant all requested permissions

Returns: Installation result message

Input Schema

NameRequiredDescriptionDefault
apk_pathYes
grant_permissionsNo
reinstallNo
serialYes

Input Schema (JSON Schema)

{ "properties": { "apk_path": { "title": "Apk Path", "type": "string" }, "grant_permissions": { "default": true, "title": "Grant Permissions", "type": "boolean" }, "reinstall": { "default": false, "title": "Reinstall", "type": "boolean" }, "serial": { "title": "Serial", "type": "string" } }, "required": [ "serial", "apk_path" ], "title": "install_appArguments", "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