Skip to main content
Glama

DroidMind

start_app

Launch an app on an Android device by specifying the device serial number and package name, with an optional activity for precise control, using DroidMind's MCP server.

Instructions

Start an app on the device.

Args: serial: Device serial number package: Package name to start activity: Optional activity name to start (if empty, launches the default activity)

Returns: Result message

Input Schema

NameRequiredDescriptionDefault
activityNo
packageYes
serialYes

Input Schema (JSON Schema)

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