Skip to main content
Glama

Mobile Next MCP Server

Official
by mobile-next
Apache 2.0
1,716
1,753
  • Apple
  • Linux

mobile_terminate_app

Stop and terminate an app on a mobile device by specifying its package name using the Mobile Next MCP Server. Enables efficient app management across iOS and Android devices.

Instructions

Stop and terminate an app on mobile device

Input Schema

NameRequiredDescriptionDefault
packageNameYesThe package name of the app to terminate

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "packageName": { "description": "The package name of the app to terminate", "type": "string" } }, "required": [ "packageName" ], "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/mobile-next/mobile-mcp'

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