Skip to main content
Glama

AbletonMCP

load_drum_kit

Load a specific drum kit into a drum rack on a designated track in Ableton Live. Specify track index, rack URI, and kit path to customize your music production setup.

Instructions

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

Parameters:

  • track_index: The index of the track to load on
  • rack_uri: The URI of the drum rack to load (e.g., 'Drums/Drum Rack')
  • kit_path: Path to the drum kit inside the browser (e.g., 'drums/acoustic/kit1')

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_kitArguments", "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/ahujasid/ableton-mcp'

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