Skip to main content
Glama

Mobile Next MCP

Apache 2.0
2,070
  • Apple
  • Linux

mobile_launch_app

Open a specific app on a mobile device by providing its package name. Use this tool in conjunction with list_apps_on_device to identify the correct package for launching applications efficiently.

Instructions

Launch an app on mobile device. Use this to open a specific app. You can find the package name of the app by calling list_apps_on_device.

Input Schema

NameRequiredDescriptionDefault
packageNameYesThe package name of the app to launch

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "packageName": { "description": "The package name of the app to launch", "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/EmpathySlainLovers/MCP'

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