mobile_list_apps
Retrieve a list of all installed applications on a device using the Mobile Next MCP server, enabling efficient mobile automation and app management for iOS and Android platforms.
Instructions
List all the installed apps on the device
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noParams | Yes |
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"
}