Skip to main content
Glama

Mobile Next MCP

Apache 2.0
2,070
  • Apple
  • Linux

mobile_use_device

Select and activate a specific device, such as an Android device or simulator, for mobile automation tasks. Use this tool to streamline device management in mobile app testing workflows.

Instructions

Select a device to use. This can be a simulator or an Android device. Use the list_available_devices tool to get a list of available devices.

Input Schema

NameRequiredDescriptionDefault
deviceYesThe name of the device to select
deviceTypeYesThe type of device to select

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "device": { "description": "The name of the device to select", "type": "string" }, "deviceType": { "description": "The type of device to select", "enum": [ "simulator", "ios", "android" ], "type": "string" } }, "required": [ "device", "deviceType" ], "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