Skip to main content
Glama

LacyLights MCP Server

by bbernstein

optimize_scene

Enhance theatrical lighting scenes by tailoring them for energy efficiency, color accuracy, dramatic impact, or technical simplicity within the LacyLights system.

Instructions

Optimize an existing scene for specific goals

Input Schema

NameRequiredDescriptionDefault
optimizationGoalsNoGoals for optimization
projectIdYesProject ID containing the scene
sceneIdYesScene ID to optimize

Input Schema (JSON Schema)

{ "properties": { "optimizationGoals": { "default": [ "dramatic_impact" ], "description": "Goals for optimization", "items": { "enum": [ "energy_efficiency", "color_accuracy", "dramatic_impact", "technical_simplicity" ], "type": "string" }, "type": "array" }, "projectId": { "description": "Project ID containing the scene", "type": "string" }, "sceneId": { "description": "Scene ID to optimize", "type": "string" } }, "required": [ "sceneId", "projectId" ], "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