get_browser_tree
Retrieve a structured hierarchical tree of browser categories from Ableton Live, filtered by type such as instruments, sounds, drums, or effects, to enhance organization and navigation in music production workflows.
Instructions
Get a hierarchical tree of browser categories from Ableton.
Parameters:
category_type: Type of categories to get ('all', 'instruments', 'sounds', 'drums', 'audio_effects', 'midi_effects')
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category_type | No | all |
Input Schema (JSON Schema)
{
"properties": {
"category_type": {
"default": "all",
"title": "Category Type",
"type": "string"
}
},
"title": "get_browser_treeArguments",
"type": "object"
}