Skip to main content
Glama

DroidMind

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

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