Skip to main content
Glama

AutoMobile

by zillow

installApp

Install APK files on Android devices via the AutoMobile MCP server, enabling automated app deployment for testing and development workflows.

Instructions

Install an APK file on the device

Input Schema

NameRequiredDescriptionDefault
apkPathYesPath to the APK file to install

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "apkPath": { "description": "Path to the APK file to install", "type": "string" } }, "required": [ "apkPath" ], "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