DroidMind

by hyperb1iss
Verified

reboot_device

Restart Android devices remotely by specifying the device serial number and reboot mode (normal, recovery, or bootloader). Part of DroidMind MCP server for device management.

Instructions

Reboot the device.

Args: serial: Device serial number mode: Reboot mode - "normal", "recovery", or "bootloader"

Returns: Reboot result message

Input Schema

NameRequiredDescriptionDefault
modeNonormal
serialYes

Input Schema (JSON Schema)

{ "properties": { "mode": { "default": "normal", "title": "Mode", "type": "string" }, "serial": { "title": "Serial", "type": "string" } }, "required": [ "serial" ], "title": "reboot_deviceArguments", "type": "object" }
ID: p03zdsi6ol