Skip to main content
Glama

Android MCP Server

by jduartedj

android_list_packages

List installed packages on Android devices to identify applications and manage software inventory. Filter results by package name or target specific devices.

Instructions

List installed packages on the Android device

Input Schema

NameRequiredDescriptionDefault
filterNoOptional filter to search for specific packages (case-insensitive)
deviceSerialNoSpecific device serial number to target (optional)

Input Schema (JSON Schema)

{ "properties": { "deviceSerial": { "description": "Specific device serial number to target (optional)", "type": "string" }, "filter": { "description": "Optional filter to search for specific packages (case-insensitive)", "type": "string" } }, "type": "object" }

Other Tools from Android MCP Server

Related Tools

    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/jduartedj/android-mcp-server'

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