get_browser_items_at_path
Retrieve browser items from Ableton Live at a specified path to access instruments, samples, and effects for music production workflows.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| path | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "path": {
      "title": "Path",
      "type": "string"
    }
  },
  "required": [
    "path"
  ],
  "type": "object"
}