get_browser_tree
Browse and access Ableton Live's sound library to find instruments, samples, and effects for music production. Filter by category type to locate specific audio content.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| category_type | No | all | 
Input Schema (JSON Schema)
{
  "properties": {
    "category_type": {
      "default": "all",
      "title": "Category Type",
      "type": "string"
    }
  },
  "type": "object"
}