get-lights
List all connected Philips Hue lights or retrieve details for a specific light by ID or room. Integrates with OpenHue MCP Server for easy light management via LLM interfaces.
Instructions
List all Hue lights or get details for a specific light
Input Schema
Name | Required | Description | Default |
---|---|---|---|
lightId | No | Optional light ID or name to get specific light details | |
room | No | Optional room name to filter lights |
Input Schema (JSON Schema)
{
"properties": {
"lightId": {
"description": "Optional light ID or name to get specific light details",
"type": "string"
},
"room": {
"description": "Optional room name to filter lights",
"type": "string"
}
},
"type": "object"
}