Skip to main content
Glama

AbletonMCP

by sharray2918

stop_clip_tool

Halt playback of a specific clip in Ableton Live by specifying track and clip indices using the MCP server, enabling precise control during AI-assisted music production.

Instructions

Stop playing a clip.

Input Schema

NameRequiredDescriptionDefault
clip_indexYes
track_indexYes

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sharray2918/ableton-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server