Skip to main content
Glama

LacyLights MCP Server

by bbernstein

update_cue

Modify properties of a theatrical lighting cue, including name, scene ID, fade timings, and notes, ensuring precise adjustments for LacyLights MCP Server's lighting design.

Instructions

Update properties of an existing cue

Input Schema

NameRequiredDescriptionDefault
cueIdYesID of the cue to update
cueNumberNoNew cue number
fadeInTimeNoNew fade in time in seconds
fadeOutTimeNoNew fade out time in seconds
followTimeNoNew follow time (null to remove auto-follow)
nameNoNew name for the cue
notesNoNew notes or description
sceneIdNoNew scene ID

Input Schema (JSON Schema)

{ "properties": { "cueId": { "description": "ID of the cue to update", "type": "string" }, "cueNumber": { "description": "New cue number", "type": "number" }, "fadeInTime": { "description": "New fade in time in seconds", "type": "number" }, "fadeOutTime": { "description": "New fade out time in seconds", "type": "number" }, "followTime": { "description": "New follow time (null to remove auto-follow)", "type": "number" }, "name": { "description": "New name for the cue", "type": "string" }, "notes": { "description": "New notes or description", "type": "string" }, "sceneId": { "description": "New scene ID", "type": "string" } }, "required": [ "cueId" ], "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