Skip to main content
Glama

NodeMCU MCP Service

get-device

Retrieve detailed information about a specific ESP8266/NodeMCU IoT device using its unique device ID. Integrates with REST/WebSocket APIs and the Model Context Protocol for streamlined IoT management.

Input Schema

NameRequiredDescriptionDefault
deviceIdYesThe ID of the device to get information about

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "deviceId": { "description": "The ID of the device to get information about", "type": "string" } }, "required": [ "deviceId" ], "type": "object" }

Other Tools from NodeMCU MCP Service

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/amanasmuei/nodemcu-mcp'

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