stop_clip_tool
Halt playback of a specific clip in Ableton Live by specifying the track and clip index using the MCP server for AI-assisted music production.
Instructions
Stop playing a clip.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
clip_index | Yes | ||
track_index | Yes |
Input Schema (JSON Schema)
{
"properties": {
"clip_index": {
"title": "Clip Index",
"type": "integer"
},
"track_index": {
"title": "Track Index",
"type": "integer"
}
},
"required": [
"track_index",
"clip_index"
],
"title": "stop_clip_toolArguments",
"type": "object"
}