Skip to main content
Glama

Nanoleaf MCP Server

by srnetadmin

set_brightness

Adjust the brightness level of Nanoleaf smart lights using a numeric value between 0 and 100, enabling precise control through the Nanoleaf MCP Server.

Instructions

Set the brightness of the Nanoleaf lights

Input Schema

NameRequiredDescriptionDefault
brightnessYesBrightness level (0-100)

Input Schema (JSON Schema)

{ "properties": { "brightness": { "description": "Brightness level (0-100)", "maximum": 100, "minimum": 0, "type": "number" } }, "required": [ "brightness" ], "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