get_item_properties
Get properties of a media item on a track using either its track position index or direct internal ID. Returns item details for DAW automation and audio editing.
Instructions
Get properties of a media item.
Item Identification - Accepts BOTH types:
track_pos_idx (integer): Simple index like 0, 1, 2
direct_item_id (string): Internal ID like "MediaItem*0x..."
Args: track_index: Index of the track item_id: EITHER integer track_pos_idx OR string direct_item_id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |