load_drum_kit
Loads a drum rack on a track and then adds the first loadable drum kit from the specified browser path.
Instructions
Load a Drum Rack, then the first loadable kit at a browser path.
Use search_browser to obtain the rack URI and get_browser_items_at_path to
verify the kit path. This is a two-step mutation: it appends the rack first,
then loads the first loadable item found at kit_path. If path lookup fails,
the new empty rack remains on the track; repeated calls add more racks. Use
load_instrument_or_effect when one known browser URI is sufficient.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kit_path | Yes | Slash-separated Live browser path, such as "drums/acoustic". | |
| rack_uri | Yes | Loadable browser-item URI returned by search_browser. | |
| track_index | Yes | Zero-based index of a regular track in the Live set. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |