mobile_list_apps
Retrieve a list of all installed applications on a mobile device for automation or analysis, compatible with iOS and Android via the Mobile Next MCP Server.
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"
}