Skip to main content
Glama

OpenHue MCP Server

by lsemenenko

activate-scene

Use this tool to activate a specific Philips Hue lighting scene by providing the scene name or ID, with optional room name and mode settings. Part of the OpenHue MCP Server for controlling lights via CLI.

Instructions

Activate a specific scene

Input Schema

NameRequiredDescriptionDefault
modeNoOptional scene mode
nameYesScene name or ID
roomNoOptional room name for the scene

Input Schema (JSON Schema)

{ "properties": { "mode": { "description": "Optional scene mode", "enum": [ "active", "dynamic", "static" ], "type": "string" }, "name": { "description": "Scene name or ID", "type": "string" }, "room": { "description": "Optional room name for the scene", "type": "string" } }, "required": [ "name" ], "type": "object" }

Other Tools from OpenHue 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/lsemenenko/openhue-mcp-server'

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