Skip to main content
Glama

DroidMind

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" }

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