Skip to main content
Glama

ADB MCP Server

by richard0913

adb_pull_file

Transfer a file from an Android device to your local system using specified remote and local paths, with optional device ID for targeted operations. Simplify file retrieval in device management tasks.

Instructions

Pull a file from device to local system

Input Schema

NameRequiredDescriptionDefault
deviceIdNoDevice ID (optional)
localPathNoLocal file path (optional)
remotePathYesRemote file path on device

Input Schema (JSON Schema)

{ "properties": { "deviceId": { "description": "Device ID (optional)", "type": "string" }, "localPath": { "description": "Local file path (optional)", "type": "string" }, "remotePath": { "description": "Remote file path on device", "type": "string" } }, "required": [ "remotePath" ], "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/richard0913/adb-mcp'

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