Skip to main content
Glama

ADB MCP Server

by richard0913

adb_pull_file

Use this tool to transfer files from an Android device to a local system by specifying the remote file path. Optionally, provide a local path and device ID for precise file management.

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