Skip to main content
Glama

AutoMobile

by zillow

terminateApp

Stop an app on a mobile device by specifying its package ID using this automation tool, part of the AutoMobile MCP server. Ideal for mobile testing workflows.

Instructions

Terminate an app by package name

Input Schema

NameRequiredDescriptionDefault
appIdYesApp package ID of the app

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" } }, "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