Skip to main content
Glama

NodeMCU MCP Service

by amanasmuei

update-config

Update configuration parameters for a specific NodeMCU IoT device using the 'update-config' tool in the NodeMCU MCP Service. Inputs include device ID and new config values for targeted adjustments.

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

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