Skip to main content
Glama

AbletonMCP

by sharray2918

create_clip_tool

Generate a new MIDI clip in Ableton Live by specifying the track, clip slot, and length, enabling precise control over music creation.

Instructions

Create a new MIDI clip in the specified track and clip slot.

Input Schema

NameRequiredDescriptionDefault
clip_indexYes
lengthNo
track_indexYes

Input Schema (JSON Schema)

{ "properties": { "clip_index": { "title": "Clip Index", "type": "integer" }, "length": { "default": 4, "title": "Length", "type": "number" }, "track_index": { "title": "Track Index", "type": "integer" } }, "required": [ "track_index", "clip_index" ], "title": "create_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