get_scene_info
Retrieve detailed information for an Ableton Live scene by its index, including scene name, color, tempo, time signature, emptiness, and clip count.
Instructions
Get detailed information about a specific scene.
Returns the scene name, color, tempo (if tempo_enabled), time signature (if available), is_empty flag (if available), and clip_count across all tracks.
Args: scene_index: Zero-based index of the scene.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| color | No | ||
| index | No | ||
| tempo | No | ||
| is_empty | No | ||
| clip_count | No | ||
| time_signature_numerator | No | ||
| time_signature_denominator | No |