NodeMCU MCP Service

by amanasmuei
Verified

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

ID: m8w4lsr2lm