Skip to main content
Glama

set_drum_chain_property

Set drum chain properties such as input note, output note, or choke group by targeting track, device, and chain indexes with a new integer value.

Instructions

Set a drum-chain-specific property.

Args: track_index: Zero-based index of the track. device_index: Zero-based index of the drum rack device. chain_index: Zero-based index of the drum chain. property_name: One of 'in_note', 'out_note', or 'choke_group'. value: Integer value for the target property.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYes
chain_indexYes
track_indexYes
device_indexYes
property_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It clarifies allowed values for property_name and zero-based indices, but does not mention side effects, conditions, error handling, or what happens on invalid input. For a mutation tool, this is insufficient behavioral transparency.

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 a compact docstring with a one-sentence summary followed by a structured Args block. Every line contributes useful information and there is no redundancy or fluff. It is appropriately sized and front-loaded.

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 description covers all parameters and property constraints, which is adequate for basic invocation. However, it lacks usage context, prerequisites (e.g., requiring a drum rack device), and behavioral consequences. For a 5-parameter mutation tool with no annotations, this is moderately complete but leaves gaps.

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?

The schema description coverage is 0%, but the description compensates by explicitly defining each parameter, noting zero-based indices, and enumerating valid values for property_name. It adds significant meaning beyond the raw schema, though it omits value ranges for the integer values.

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

Purpose4/5

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

The description clearly states the action ('Set a drum-chain-specific property') and enumerates the exact property names, distinguishing it from generic device setters. However, it does not explicitly differentiate it from sibling drum-related tools like set_drum_pad_mute or set_chain_mixer_value, so it is clear but not fully differentiated.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives, nor any exclusions or prerequisites. It only lists arguments, leaving the agent to infer usage context from the parameter list. This is minimal to no guidance.

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/alaarab/livemcp'

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