Skip to main content
Glama

NodeMCU MCP Service

update-config

Modify configuration settings for specific NodeMCU/ESP8266 IoT devices remotely using a structured JSON schema for efficient updates.

Input Schema

NameRequiredDescriptionDefault
configYesConfiguration parameters to update
deviceIdYesThe ID of the device to update configuration for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "config": { "additionalProperties": {}, "description": "Configuration parameters to update", "type": "object" }, "deviceId": { "description": "The ID of the device to update configuration for", "type": "string" } }, "required": [ "deviceId", "config" ], "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