read_cue_info
Retrieve and parse cue information including label, fade time, and CMD field for a specific cue in a sequence using sequence and cue IDs.
Instructions
Read cue information for a specific cue in a sequence.
Retrieves and parses cue data including label, fade time, and CMD field.
Args:
sequence_id: Sequence ID containing the cue
cue_id: Cue ID (int or str for decimal cue numbers like "2.5")
Returns:
dict with parsed cue info and raw response
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sequence_id | Yes | ||
| cue_id | Yes |