Skip to main content
Glama

uninstall_app

Remove Android apps from devices by specifying package names, enabling developers to manage app installations during testing and development workflows.

Instructions

Uninstall an app

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
package_nameYes
device_serialNo

Implementation Reference

  • The main handler function for the 'uninstall_app' MCP tool. It is decorated with @mcp.tool() which handles both registration and schema definition via type hints. Executes ADB uninstall command on the specified package.
    @mcp.tool() def uninstall_app(package_name: str, device_serial: str | None = None) -> str: """Uninstall an app""" return run_adb(["uninstall", package_name], device_serial)

Latest Blog Posts

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/rahulkr/r_adb_mcp_server'

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