Skip to main content
Glama

DroidMind

connect_device

Establish TCP/IP connection to an Android device for remote management and interaction using the specified IP address and port.

Instructions

Connect to an Android device over TCP/IP.

Args: ip_address: The IP address of the device to connect to port: The port to connect to (default: 5555)

Returns: A message indicating success or failure

Input Schema

NameRequiredDescriptionDefault
ip_addressYes
portNo

Input Schema (JSON Schema)

{ "properties": { "ip_address": { "title": "Ip Address", "type": "string" }, "port": { "default": 5555, "title": "Port", "type": "integer" } }, "required": [ "ip_address" ], "title": "connect_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