Skip to main content
Glama

DroidMind

start_intent

Launch app activities on Android devices by specifying package, activity, and optional extras. Enables precise app interaction and management through intent operations.

Instructions

Start an app activity using an intent.

Args: serial: Device serial number package: Package name (e.g., "com.android.settings") activity: Activity name (e.g., ".Settings") ctx: Context extras: Optional intent extras as key-value pairs

Returns: The result of the intent operation

Input Schema

NameRequiredDescriptionDefault
activityYes
extrasNo
packageYes
serialYes

Input Schema (JSON Schema)

{ "properties": { "activity": { "title": "Activity", "type": "string" }, "extras": { "anyOf": [ { "additionalProperties": { "type": "string" }, "type": "object" }, { "type": "null" } ], "default": null, "title": "Extras" }, "package": { "title": "Package", "type": "string" }, "serial": { "title": "Serial", "type": "string" } }, "required": [ "serial", "package", "activity" ], "title": "start_intentArguments", "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