Skip to main content
Glama

NodeMCU MCP Service

update-config

Update configuration settings for ESP8266/NodeMCU devices by specifying the device ID and new parameters through the NodeMCU MCP Service.

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

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