Skip to main content
Glama

DroidMind

pull_file

Transfer files from an Android device to a local machine by specifying the device serial, file path, and destination. Facilitates efficient file management and data extraction.

Instructions

Download a file from the device to the local machine.

Args: serial: Device serial number device_path: Path to the file on the device local_path: Destination path on the local machine

Returns: Download result message

Input Schema

NameRequiredDescriptionDefault
device_pathYes
local_pathYes
serialYes

Input Schema (JSON Schema)

{ "properties": { "device_path": { "title": "Device Path", "type": "string" }, "local_path": { "title": "Local Path", "type": "string" }, "serial": { "title": "Serial", "type": "string" } }, "required": [ "serial", "device_path", "local_path" ], "title": "pull_fileArguments", "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/hyperb1iss/droidmind'

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