Skip to main content
Glama

Fibaro HC3 MCP Server

by kaeljune

fibaro_control_rgb_light

Control RGB lights with one command, including on/off, color, and brightness settings. Simplifies management of smart lighting through the Fibaro HC3 MCP Server.

Instructions

Complete control for RGB lights: turn on/off, set color, and brightness in one command. Use this when user wants to control multiple aspects of an RGB light at once (e.g., "turn on light 5 red color at 50% brightness").

Input Schema

NameRequiredDescriptionDefault
actionYesTurn light on or off
brightnessNoBrightness level (0-100), optional
color_nameNoColor name (e.g., "red", "green", "blue", "xanh lá", "tím")
idYesDevice ID

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Turn light on or off", "enum": [ "on", "off" ], "type": "string" }, "brightness": { "description": "Brightness level (0-100), optional", "maximum": 100, "minimum": 0, "type": "number" }, "color_name": { "description": "Color name (e.g., \"red\", \"green\", \"blue\", \"xanh lá\", \"tím\")", "type": "string" }, "id": { "description": "Device ID", "type": "number" } }, "required": [ "id", "action" ], "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