get_browser_items_at_path_tool
Retrieve browser items stored at a specified path in Ableton Live to organize or access project files and samples directly within the music production workflow.
Instructions
Get browser items at a specific path in Ableton's browser.
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_path_toolArguments",
"type": "object"
}