get_track_info_tool
Retrieve detailed track information from Ableton Live using the track index for AI-assisted music production and direct control of Live features.
Instructions
Get detailed information about a specific track in Ableton.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
track_index | Yes |
Input Schema (JSON Schema)
{
"properties": {
"track_index": {
"title": "Track Index",
"type": "integer"
}
},
"required": [
"track_index"
],
"title": "get_track_info_toolArguments",
"type": "object"
}