load_browser_item
Load a specific Ableton Live browser item onto a chosen track, using a two-step plan-then-confirm process to ensure safe execution.
Instructions
Plan or load one exact Live browser item onto a guarded ordinary, Return, or Main track.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the loadable item. | |
| root | Yes | Live browser root. | |
| dryRun | No | Omit or true to return a plan; false requires a valid confirmationToken. | |
| trackId | Yes | Stable device-owner ID: track-N from list_tracks, return-N from get_set_mixer, or master. | |
| planHash | No | Hash returned by the matching dry run. | |
| confirmationToken | No | Short-lived, single-use token returned by the matching dry run. | |
| expectedStateVersion | Yes | Exact stateVersion observed immediately before planning. |