Skip to main content
Glama

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" }

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/zinja-coder/apktool-mcp-server'

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