Skip to main content
Glama

NodeMCU MCP Service

by amanasmuei

get-device

Retrieve detailed information about a specific IoT device using its unique device ID from the NodeMCU MCP Service, enabling efficient device management and monitoring.

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" }

You must be authenticated.

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