Skip to main content
Glama

DroidMind

push_file

Transfer files from a local system to an Android device by specifying the device serial, local file path, and destination path on the device.

Instructions

Upload a file to the device.

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

Returns: Upload 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", "local_path", "device_path" ], "title": "push_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