Skip to main content
Glama

LacyLights MCP Server

by bbernstein

analyze_script

Analyze theatrical scripts to extract lighting cues and generate scene suggestions, enhancing lighting design for LacyLights MCP Server.

Instructions

Analyze a theatrical script to extract lighting-relevant information

Input Schema

NameRequiredDescriptionDefault
extractLightingCuesNoExtract specific lighting cues from the script
scriptTextYesThe theatrical script text to analyze
suggestScenesNoGenerate scene suggestions based on analysis

Input Schema (JSON Schema)

{ "properties": { "extractLightingCues": { "default": true, "description": "Extract specific lighting cues from the script", "type": "boolean" }, "scriptText": { "description": "The theatrical script text to analyze", "type": "string" }, "suggestScenes": { "default": true, "description": "Generate scene suggestions based on analysis", "type": "boolean" } }, "required": [ "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