Skip to main content
Glama

AbletonMCP

by sharray2918

load_drum_kit_tool

Load a drum rack into a specified Ableton Live track and populate it with a drum kit using the provided path. Simplifies drum kit setup in AI-assisted music production workflows.

Instructions

Load a drum rack and then load a specific drum kit into it.

Input Schema

NameRequiredDescriptionDefault
kit_pathYes
rack_uriYes
track_indexYes

Input Schema (JSON Schema)

{ "properties": { "kit_path": { "title": "Kit Path", "type": "string" }, "rack_uri": { "title": "Rack Uri", "type": "string" }, "track_index": { "title": "Track Index", "type": "integer" } }, "required": [ "track_index", "rack_uri", "kit_path" ], "title": "load_drum_kit_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