smarthome_set_light_color
verifiedv0.1Change light color in a room. Simulated demo; registered by the /smart-home page.
Updated 7/11/2026 · Created 7/11/2026
Input Schema
{
"type": "object",
"required": [
"room",
"color"
],
"properties": {
"room": {
"enum": [
"living-room",
"bedroom",
"kitchen"
],
"type": "string",
"description": "Room"
},
"color": {
"enum": [
"warm-white",
"cool-white",
"soft-blue",
"amber",
"sunset"
],
"type": "string",
"description": "Light color"
}
}
}Full Contract
{
"name": "smarthome_set_light_color",
"description": "Change light color in a room. Simulated demo; registered by the /smart-home page.",
"inputSchema": {
"type": "object",
"required": [
"room",
"color"
],
"properties": {
"room": {
"enum": [
"living-room",
"bedroom",
"kitchen"
],
"type": "string",
"description": "Room"
},
"color": {
"enum": [
"warm-white",
"cool-white",
"soft-blue",
"amber",
"sunset"
],
"type": "string",
"description": "Light color"
}
}
}
}GET /api/tool/agentk.stacktr.ee/smarthome_set_light_color