Skip to main content
Glama

G1 UART MCP Server

by danroblewis

disconnect_g1_device

Terminate the active BLE connection to a G1 device, clean up resources, stop the heartbeat mechanism, and reset connection state. Returns disconnection status and device details.

Instructions

Disconnect from the current G1 device.

Returns: Dict[str, Any]: JSON response with disconnection status including: - result: "success" or "error" - disconnected: Boolean indicating disconnection state - device_name: Name of previously connected device (if successful) - error: Error message if disconnection failed Note: This closes the BLE connection to the currently connected device, cleans up resources, stops the heartbeat mechanism, and resets connection state.

Input Schema

NameRequiredDescriptionDefault

No arguments

Input Schema (JSON Schema)

{ "properties": {}, "title": "disconnect_g1_deviceArguments", "type": "object" }

Other Tools from G1 UART MCP Server

Related Tools

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/danroblewis/g1_uart_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server