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
Name | Required | Description | Default |
---|---|---|---|
cueListId | Yes | Cue list ID to analyze | |
includeRecommendations | No | Include improvement recommendations | |
projectId | Yes | Project 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"
}