Skip to main content
Glama

LacyLights MCP Server

by bbernstein

get_cue_list_details

Query, filter, and sort cues from a cue list with detailed scene information for theatrical lighting design on LacyLights MCP Server. Analyze cues by number, name, or scene attributes.

Instructions

Query and analyze cues in a cue list with filtering, sorting, and lookup tables

Input Schema

NameRequiredDescriptionDefault
cueListIdYesCue list ID to query
filterByNoOptional filters to apply to the cue list
includeSceneDetailsNoInclude detailed scene information for each cue
sortByNoSort cues by cue number, name, or scene namecueNumber

Input Schema (JSON Schema)

{ "properties": { "cueListId": { "description": "Cue list ID to query", "type": "string" }, "filterBy": { "description": "Optional filters to apply to the cue list", "properties": { "cueNumberRange": { "description": "Filter by cue number range", "properties": { "max": { "type": "number" }, "min": { "type": "number" } }, "type": "object" }, "fadeTimeRange": { "description": "Filter by fade in time range", "properties": { "max": { "type": "number" }, "min": { "type": "number" } }, "type": "object" }, "hasFollowTime": { "description": "Filter cues that have (true) or don't have (false) follow times", "type": "boolean" }, "nameContains": { "description": "Filter cues where name contains this text (case-insensitive)", "type": "string" }, "sceneNameContains": { "description": "Filter cues where scene name contains this text (case-insensitive)", "type": "string" } }, "type": "object" }, "includeSceneDetails": { "default": true, "description": "Include detailed scene information for each cue", "type": "boolean" }, "sortBy": { "default": "cueNumber", "description": "Sort cues by cue number, name, or scene name", "enum": [ "cueNumber", "name", "sceneName" ], "type": "string" } }, "required": [ "cueListId" ], "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