Skip to main content
Glama

NodeMCU MCP Service

get-device

Retrieve detailed information about a specific NodeMCU/ESP8266 IoT device by providing its unique device ID, enabling efficient remote management and control.

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

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