get_browser_tree_tool
Retrieve a structured hierarchical tree of browser categories from Ableton Live to organize and navigate music production resources efficiently using the AbletonMCP server.
Instructions
Get a hierarchical tree of browser categories from Ableton.
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_tree_toolArguments",
"type": "object"
}