Skip to main content
Glama

LacyLights MCP Server

by bbernstein

create_cue_sequence

Generate a sequence of lighting cues by combining existing scenes, specifying transitions, and defining script context for the LacyLights system to enhance theatrical lighting design.

Instructions

Create a sequence of lighting cues from existing scenes

Input Schema

NameRequiredDescriptionDefault
projectIdYesProject ID to create cue sequence in
sceneIdsYesScene IDs to include in sequence
scriptContextYesScript context for the cue sequence
sequenceNameYesName for the cue sequence
transitionPreferencesNo

Input Schema (JSON Schema)

{ "properties": { "projectId": { "description": "Project ID to create cue sequence in", "type": "string" }, "sceneIds": { "description": "Scene IDs to include in sequence", "items": { "type": "string" }, "type": "array" }, "scriptContext": { "description": "Script context for the cue sequence", "type": "string" }, "sequenceName": { "description": "Name for the cue sequence", "type": "string" }, "transitionPreferences": { "properties": { "autoAdvance": { "default": false, "type": "boolean" }, "defaultFadeIn": { "default": 3, "type": "number" }, "defaultFadeOut": { "default": 3, "type": "number" }, "followCues": { "default": false, "type": "boolean" } }, "type": "object" } }, "required": [ "projectId", "scriptContext", "sceneIds", "sequenceName" ], "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