Skip to main content
Glama

LacyLights MCP Server

by bbernstein

update_cue_list

Modify cue list names or descriptions in the LacyLights MCP Server by providing the cue list ID and optional new details to ensure accurate and updated lighting design instructions.

Instructions

Update cue list name or description

Input Schema

NameRequiredDescriptionDefault
cueListIdYesCue list ID to update
descriptionNoNew description for the cue list
nameNoNew name for the cue list

Input Schema (JSON Schema)

{ "properties": { "cueListId": { "description": "Cue list ID to update", "type": "string" }, "description": { "description": "New description for the cue list", "type": "string" }, "name": { "description": "New name for the cue list", "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