get-rooms
Retrieve details of all rooms or a specific room in your Philips Hue setup using the OpenHue MCP Server. Ideal for managing and controlling room-specific lighting configurations.
Instructions
List all rooms or get details for a specific room
Input Schema
Name | Required | Description | Default |
---|---|---|---|
roomId | No | Optional 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"
}