Skip to main content
Glama

Nanoleaf MCP Server

by srnetadmin

set_color

Adjust the hue and saturation of Nanoleaf smart lights directly through the MCP server. Specify hue (0-360) and saturation (0-100) values for precise color customization.

Instructions

Set the color of the Nanoleaf lights

Input Schema

NameRequiredDescriptionDefault
hueYesHue value (0-360)
saturationYesSaturation value (0-100)

Input Schema (JSON Schema)

{ "properties": { "hue": { "description": "Hue value (0-360)", "maximum": 360, "minimum": 0, "type": "number" }, "saturation": { "description": "Saturation value (0-100)", "maximum": 100, "minimum": 0, "type": "number" } }, "required": [ "hue", "saturation" ], "type": "object" }

Other Tools from Nanoleaf MCP Server

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/srnetadmin/nanoleaf-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server