OpenHue MCP Server

get-scenes

List all scenes or get details for specific scenes

Input Schema

NameRequiredDescriptionDefault
roomNoOptional room name to filter scenes

Input Schema (JSON Schema)

{ "properties": { "room": { "description": "Optional room name to filter scenes", "type": "string" } }, "type": "object" }