Skip to main content
Glama

LacyLights MCP Server

by bbernstein

analyze_cue_structure

Examine cue list structure and timing to identify patterns and receive actionable improvement suggestions for theatrical lighting design projects.

Instructions

Analyze the structure and timing of a cue list

Input Schema

NameRequiredDescriptionDefault
cueListIdYesCue list ID to analyze
includeRecommendationsNoInclude improvement recommendations
projectIdYesProject ID containing the cue list

Input Schema (JSON Schema)

{ "properties": { "cueListId": { "description": "Cue list ID to analyze", "type": "string" }, "includeRecommendations": { "default": true, "description": "Include improvement recommendations", "type": "boolean" }, "projectId": { "description": "Project ID containing the cue list", "type": "string" } }, "required": [ "cueListId", "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