get_track_info
Retrieve detailed track information from Ableton Live using a track index. Ideal for AI-assisted music production workflows with Claude AI integration.
Instructions
Get detailed information about a specific track in Ableton.
Parameters:
track_index: The index of the track to get information about
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_infoArguments",
"type": "object"
}