Skip to main content
Glama

LacyLights MCP Server

by bbernstein

generate_act_cues

Generate lighting cue suggestions for theatrical acts using script analysis. Input project details, act number, and script text to create tailored cue lists for enhanced stage lighting design.

Instructions

Generate cue suggestions for an entire act based on script analysis

Input Schema

NameRequiredDescriptionDefault
actNumberYesAct number to generate cues for
cueListNameNoOptional name for the cue list
existingScenesNoOptional existing scene IDs to reference
projectIdYesProject ID to work with
scriptTextYesScript text for the act

Input Schema (JSON Schema)

{ "properties": { "actNumber": { "description": "Act number to generate cues for", "type": "number" }, "cueListName": { "description": "Optional name for the cue list", "type": "string" }, "existingScenes": { "description": "Optional existing scene IDs to reference", "items": { "type": "string" }, "type": "array" }, "projectId": { "description": "Project ID to work with", "type": "string" }, "scriptText": { "description": "Script text for the act", "type": "string" } }, "required": [ "projectId", "actNumber", "scriptText" ], "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