Skip to main content
Glama

DroidMind

list_packages

Retrieve a formatted list of installed packages on an Android device using its serial number. Optionally include system apps for comprehensive analysis.

Instructions

List installed packages on the device.

Args: serial: Device serial number include_system_apps: Whether to include system apps in the list

Returns: Formatted list of installed packages

Input Schema

NameRequiredDescriptionDefault
include_system_appsNo
serialYes

Input Schema (JSON Schema)

{ "properties": { "include_system_apps": { "default": false, "title": "Include System Apps", "type": "boolean" }, "serial": { "title": "Serial", "type": "string" } }, "required": [ "serial" ], "title": "list_packagesArguments", "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/hyperb1iss/droidmind'

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