Skip to main content
Glama

LacyLights MCP Server

by bbernstein

update_scene

Modify an existing lighting scene by updating its name, description, or fixture values, ensuring accurate adjustments for theatrical lighting design on the LacyLights system.

Instructions

Update an existing scene with new values

Input Schema

NameRequiredDescriptionDefault
descriptionNoOptional new description for the scene
fixtureValuesNoOptional fixture values to update
nameNoOptional new name for the scene
sceneIdYesScene ID to update

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Optional new description for the scene", "type": "string" }, "fixtureValues": { "description": "Optional fixture values to update", "items": { "properties": { "channelValues": { "description": "Array of channel values (0-255)", "items": { "maximum": 255, "minimum": 0, "type": "number" }, "type": "array" }, "fixtureId": { "description": "Fixture ID to update", "type": "string" } }, "required": [ "fixtureId", "channelValues" ], "type": "object" }, "type": "array" }, "name": { "description": "Optional new name for the scene", "type": "string" }, "sceneId": { "description": "Scene ID to update", "type": "string" } }, "required": [ "sceneId" ], "type": "object" }

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/bbernstein/lacylights-mcp'

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