Skip to main content
Glama
F-Fischer
by F-Fischer

load_drum_kit

Load a drum rack and a specific drum kit onto a track in Ableton Live by providing the rack URI and kit path.

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')

  • user_prompt: The original user prompt that led to this tool call (for telemetry)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kit_pathYes
rack_uriYes
track_indexYes
user_promptNo
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full responsibility for behavioral disclosure. It only describes the basic load operation and does not mention side effects (e.g., whether it overwrites an existing device), prerequisites (e.g., whether the track must already exist), or any other behavioral traits. This is a significant gap for a mutation-like operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is brief and well-structured: a single sentence explaining the overall purpose, followed by a compact parameter list. No unnecessary words or repetition—every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has four parameters and no output schema, and the description covers the immediate action but omits important context such as whether the track must pre-exist, what happens to the existing rack, and how this relates to sibling tools like generate_drum_pattern or load_instrument_or_effect. The core action is described, but the surrounding operational context is incomplete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Despite 0% schema description coverage, the description provides clear explanations for all four parameters, including examples for rack_uri and kit_path. This adds meaningful context beyond the bare schema, helping the agent understand expected values and purpose.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action: loading a drum rack and then a specific drum kit into it. This distinguishes it from sibling tools like load_instrument_or_effect, which handles general instruments/effects. The verb+resource+scope is explicit.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage is implied by the description—use this when you need to load a drum kit—but there is no explicit guidance on when to use this vs. alternatives (e.g., load_instrument_or_effect) or any exclusions. No direct comparison is made.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/F-Fischer/ableton-copilot'

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