DroidMind

by hyperb1iss
Verified

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" }
ID: p03zdsi6ol