Apktool MCP Server

list_packages

Retrieve a list of installed packages on a connected Android device using ADB. Specify a device ID for multiple devices. Outputs a dictionary of package details.

Instructions

List installed packages on a connected Android device using ADB.

Args: device_id: Optional device ID for multiple connected devices

Returns: Dictionary with list of packages

Input Schema

NameRequiredDescriptionDefault
device_idNo

Input Schema (JSON Schema)

{ "properties": { "device_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Device Id" } }, "title": "list_packagesArguments", "type": "object" }
ID: jtugu4w3w9