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
Name | Required | Description | Default |
---|---|---|---|
content | Yes | ||
device_path | Yes | ||
serial | Yes |