Skip to main content
Glama

Nanoleaf MCP Server

by srnetadmin

set_color

Control and customize Nanoleaf smart lights by setting specific hue and saturation values using this tool, allowing precise color adjustments for your lighting environment.

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

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