OpenHue MCP Server

get-rooms

List all rooms or get details for a specific room

Input Schema

NameRequiredDescriptionDefault
roomIdNoOptional room ID or name to get specific room details

Input Schema (JSON Schema)

{ "properties": { "roomId": { "description": "Optional room ID or name to get specific room details", "type": "string" } }, "type": "object" }