DroidMind

by hyperb1iss
Verified

write_file

Write text content to a specified file on an Android device using the device serial and file path for controlled file management on DroidMind MCP server.

Instructions

Write text content to a file on the device.

Args: serial: Device serial number device_path: Path to the file on device content: Text content to write to the file

Returns: Writing result message

Input Schema

NameRequiredDescriptionDefault
contentYes
device_pathYes
serialYes

Input Schema (JSON Schema)

{ "properties": { "content": { "title": "Content", "type": "string" }, "device_path": { "title": "Device Path", "type": "string" }, "serial": { "title": "Serial", "type": "string" } }, "required": [ "serial", "device_path", "content" ], "title": "write_fileArguments", "type": "object" }
ID: p03zdsi6ol