Skip to main content
Glama

get_drum_pads

Read-only

Retrieve all occupied pads from a Drum Rack device in Ableton Live, displaying each pad's MIDI note, name, mute, and solo status.

Instructions

List a Drum Rack's occupied pads (MIDI note, name, mute, solo).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
track_indexYes
device_indexYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description states the read-only nature ('List') consistent with the readOnlyHint annotation. No additional behavioral context is provided beyond the annotation and basic output fields. Does not contradict annotations.

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?

A single sentence of 12 words, front-loaded with the verb 'List' and resource. No redundancy or unnecessary details; every word earns its place.

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

Completeness4/5

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

Given the simplicity of the tool and the existence of an output schema, the description covers the essential output fields. However, the lack of parameter guidance slightly reduces completeness.

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

Parameters2/5

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

The input schema has no parameter descriptions (0% coverage) and the description does not explain the parameters 'track_index' and 'device_index', leaving the agent to infer from names alone. The description fails to compensate for the lack of schema documentation.

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 tool's function with a specific verb ('List') and resource ('Drum Rack's occupied pads'), and lists the returned attributes (MIDI note, name, mute, solo). This differentiates it from sibling tools like set_drum_pad or write_drum_grid.

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?

The description implies usage for reading drum pad details but provides no explicit guidance on when to use this tool versus alternatives (e.g., set_drum_pad for modifications). No when-not-to-use or prerequisite information is given.

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