Skip to main content
Glama

load_drum_kit

Loads a drum rack on a track and then adds the first loadable drum kit from the specified browser path.

Instructions

Load a Drum Rack, then the first loadable kit at a browser path.

Use search_browser to obtain the rack URI and get_browser_items_at_path to verify the kit path. This is a two-step mutation: it appends the rack first, then loads the first loadable item found at kit_path. If path lookup fails, the new empty rack remains on the track; repeated calls add more racks. Use load_instrument_or_effect when one known browser URI is sufficient.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kit_pathYesSlash-separated Live browser path, such as "drums/acoustic".
rack_uriYesLoadable browser-item URI returned by search_browser.
track_indexYesZero-based index of a regular track in the Live set.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Discloses the two-step mutation process, potential failure mode (empty rack remains), and that repeated calls add more racks. Annotations are minimal (non-idempotent, non-destructive) and description adds crucial context.

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

Conciseness4/5

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

Description is somewhat long but each sentence serves a purpose. Well-structured: action, prerequisites, behavior, alternative.

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

Completeness5/5

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

Given 3 required params, 100% schema coverage, and output schema present, the description covers purpose, prerequisites, side effects, and alternatives completely.

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?

Schema coverage is 100%, but description adds value by explaining the relationship between rack_uri and kit_path, giving an example for kit_path, and clarifying track_index is zero-based.

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?

Clearly states the action: load a Drum Rack and then the first loadable kit at a browser path. Distinguishes from sibling tool load_instrument_or_effect by specifying the two-step process.

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

Usage Guidelines5/5

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

Explicitly tells when to use prerequisites: search_browser and get_browser_items_at_path. Provides clear alternative: use load_instrument_or_effect for a single known URI.

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/wstierhout/ableton-live-mcp'

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