Skip to main content
Glama

AutoMobile

by zillow

launchApp

Start an Android app using its package ID with options to clear app data or perform a cold boot, part of the AutoMobile mobile automation suite.

Instructions

Launch an app by package name

Input Schema

NameRequiredDescriptionDefault
appIdYesApp package ID of the app
clearAppDataNoWhether to clear app data before launching, default false
coldBootNoWhether to cold boot the app, default true

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "appId": { "description": "App package ID of the app", "type": "string" }, "clearAppData": { "description": "Whether to clear app data before launching, default false", "type": "boolean" }, "coldBoot": { "description": "Whether to cold boot the app, default true", "type": "boolean" } }, "required": [ "appId" ], "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/zillow/auto-mobile'

If you have feedback or need assistance with the MCP directory API, please join our Discord server