Skip to main content
Glama

DroidMind

stop_app

Force stop an app on an Android device by specifying the device serial and app package name using DroidMind MCP server for efficient device management.

Instructions

Force stop an app on the device.

Args: serial: Device serial number package: Package name to stop

Returns: Result message

Input Schema

NameRequiredDescriptionDefault
packageYes
serialYes

Input Schema (JSON Schema)

{ "properties": { "package": { "title": "Package", "type": "string" }, "serial": { "title": "Serial", "type": "string" } }, "required": [ "serial", "package" ], "title": "stop_appArguments", "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