get_browser_items_at_path
Retrieve browser items from Ableton Live at a specified path using the MCP server. Input a path in "category/folder/subfolder" format to access and list items within Ableton's browser structure.
Instructions
Get browser items at a specific path in Ableton's browser.
Parameters:
path: Path in the format "category/folder/subfolder" where category is one of the available browser categories in Ableton
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"title": "Path",
"type": "string"
}
},
"required": [
"path"
],
"title": "get_browser_items_at_pathArguments",
"type": "object"
}