Skip to main content
Glama

Android Prefs MCP Server

list_files

Retrieve and list preference files for a specific Android app by providing the device ID and app package name. Manage app data efficiently using this MCP server tool.

Instructions

Lists preference files for an app

Input Schema

NameRequiredDescriptionDefault
appIdYesThe application's package name.
deviceIdYesThe device's serial number.

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Android Prefs 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