remove_cue_from_list
Remove a specific cue by its ID from a cue list on the LacyLights MCP Server, ensuring precise control over theatrical lighting design and scene management.
Instructions
Remove a cue from a cue list
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cueId | Yes | ID of the cue to remove |
Input Schema (JSON Schema)
{
"properties": {
"cueId": {
"description": "ID of the cue to remove",
"type": "string"
}
},
"required": [
"cueId"
],
"type": "object"
}