Skip to main content
Glama

G1 UART MCP Server

by danroblewis

scan_g1_devices

Discover and list available G1 Bluetooth devices by scanning for "G1_" named devices. Returns device details, addresses, and signal strength in a structured JSON response.

Instructions

Scan for available G1 devices.

Returns: Dict[str, Any]: JSON response with scan results including: - result: "success" or "error" - devices: List of discovered devices with their properties - count: Number of devices found - error: Error message if scan failed Note: This performs an actual BLE scan for devices with names containing "G1_" pattern. Returns a structured list of discovered devices with their addresses and signal strength.

Input Schema

NameRequiredDescriptionDefault

No arguments

Input Schema (JSON Schema)

{ "properties": {}, "title": "scan_g1_devicesArguments", "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