Skip to main content
Glama

NodeMCU MCP Service

get-device

Retrieve detailed information about a NodeMCU/ESP8266 IoT device by specifying its unique device ID using this MCP server tool for remote device 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" }
Install Server

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