Skip to main content
Glama

Fibaro HC3 MCP Server

by kaeljune

fibaro_set_color

Change RGB or color-changing light colors on Fibaro HC3 devices. Specify device ID and RGB values (0-255) to set custom colors, including optional white for enhanced lighting control.

Instructions

Set RGB color for RGB lights and color-changing devices. Use this when user mentions colors, color names, or wants to change light color. Keywords: color, red, green, blue, yellow, purple, pink, orange, cyan, magenta, white, RGB, màu.

Input Schema

NameRequiredDescriptionDefault
blueYesBlue color value (0-255)
greenYesGreen color value (0-255)
idYesDevice ID
redYesRed color value (0-255)
whiteNoWhite color value (0-255), optional

Input Schema (JSON Schema)

{ "properties": { "blue": { "description": "Blue color value (0-255)", "maximum": 255, "minimum": 0, "type": "number" }, "green": { "description": "Green color value (0-255)", "maximum": 255, "minimum": 0, "type": "number" }, "id": { "description": "Device ID", "type": "number" }, "red": { "description": "Red color value (0-255)", "maximum": 255, "minimum": 0, "type": "number" }, "white": { "description": "White color value (0-255), optional", "maximum": 255, "minimum": 0, "type": "number" } }, "required": [ "id", "red", "green", "blue" ], "type": "object" }

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/kaeljune/fibaro-mcp-server'

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