set_track_name_tool
Rename tracks in Ableton Live using the MCP server by specifying the track index and desired name, enabling precise control for AI-assisted music production.
Instructions
Set the name of a track.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | ||
track_index | Yes |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"title": "Name",
"type": "string"
},
"track_index": {
"title": "Track Index",
"type": "integer"
}
},
"required": [
"track_index",
"name"
],
"title": "set_track_name_toolArguments",
"type": "object"
}