Skip to main content
Glama
Koneisto
by Koneisto

scene_create

Create new lighting scenes in Home Assistant by capturing current light states and specifying scene mode for activation behavior.

Instructions

Create a NEW scene in Home Assistant. ONLY call when user EXPLICITLY asks to create/save a NEW scene. Before calling: 1) Show current lights with scene_show_lights, 2) Ask user for mode: 'exclusive' or 'additive'. Do NOT call this to update existing scenes - use scene_update for that.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesHuman-readable name for the scene (e.g., 'Evening Mood')
modeYesScene mode - MUST be asked from user before saving. 'exclusive': turns off lights not in scene when activated. 'additive': only sets lights in scene without affecting others.
entity_idsNoList of entity IDs to capture. If not provided, captures all lights that are currently on.
iconNoOptional icon for the scene (e.g., 'mdi:lamp')

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Koneisto/HomeAssistant-Light-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server