Ableton Copilot MCP

by xiaolaa2
Verified

delete_track

Remove a specific track by index from Ableton Live using the MCP server. Specify the track type as 'audio', 'midi', or 'return' for precise deletion.

Instructions

delete track by index

Input Schema

NameRequiredDescriptionDefault
indexYes[int] index of track
typeYesthe type of track, "return", "audio", "midi"

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "index": { "description": "[int] index of track", "type": "number" }, "type": { "description": "the type of track, \"return\", \"audio\", \"midi\"", "enum": [ "return", "audio", "midi" ], "type": "string" } }, "required": [ "index", "type" ], "type": "object" }
ID: 76879j2qe5