Skip to main content
Glama

Android Preference Editor MCP Server

list_apps

Retrieve a list of apps installed on an Android device by providing the device's serial number, aiding in app development and preference management.

Instructions

Lists apps installed on device

Input Schema

NameRequiredDescriptionDefault
deviceIdYesThe device's serial number.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "deviceId": { "description": "The device's serial number.", "type": "string" } }, "required": [ "deviceId" ], "type": "object" }

Other Tools from Android Preference Editor 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/charlesmuchene/pref-editor-mcp-server'

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