Skip to main content
Glama

Mobile Next MCP Server

Official
by mobile-next
Apache 2.0
1,356
1,963
  • Apple
  • Linux

mobile_list_available_devices

Retrieve a list of all available physical and simulated devices for mobile automation. Enables users to select a specific device for testing or interaction.

Instructions

List all available devices. This includes both physical devices and simulators. If there is more than one device returned, you need to let the user select one of them.

Input Schema

NameRequiredDescriptionDefault
noParamsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "noParams": { "additionalProperties": false, "properties": {}, "type": "object" } }, "required": [ "noParams" ], "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