Skip to main content
Glama

mcp_opendaw_add_instrument_chain

Add a complete instrument processing chain with EQ, compressor, reverb, and optional delay in one call. Choose a preset style for clean, warm, bright, ambient, or driven sounds.

Instructions

Add a ready-made instrument processing chain — EQ → Compressor → Reverb (+ optional Delay).

Universal chain for guitars, keys, synth leads, strings, pads — any melodic/harmonic instrument. One call replaces 3-4 individual add_effect + set_effect_parameter calls.

unit_index: Target audio unit (the instrument track). style: Preset character:

  • "clean" — transparent EQ, light comp, subtle reverb (keys, piano, clean guitar)

  • "warm" — low-mid warmth, tube-like comp (jazz guitar, Rhodes, warm synths)

  • "bright" — air boost, present mids, short reverb (lead guitar, synth lead, pop keys)

  • "ambient" — wide EQ, minimal comp, lush reverb (pads, strings, atmospheres)

  • "driven" — mid crunch, drive comp, room reverb (rock guitar, aggressive synths)

reverb_amount: Reverb wet/dry (0-1, default 0.15 = subtle). delay_amount: Optional delay wet/dry (0-1, default 0 = off).

Creates: Revamp EQ → Compressor → Reverb (→ Delay) on the target AU. Returns effect indices and parameter values set.

Example:

Clean keys chain

add_instrument_chain(0)

Ambient pad with lush reverb

add_instrument_chain(0, style="ambient", reverb_amount=0.4)

Driven rock guitar

add_instrument_chain(0, style="driven", reverb_amount=0.2)

Synth lead with delay

add_instrument_chain(0, style="bright", delay_amount=0.2)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
styleNoclean
unit_indexNo
delay_amountNo
reverb_amountNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Describes the created chain (Revamp EQ → Compressor → Reverb → Delay) and mentions return values. However, does not disclose whether existing effects are replaced or added, nor prerequisites (e.g., unit must exist). No annotations provided to compensate.

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?

Well-structured: summary, parameter descriptions, examples. Every sentence adds value without fluff.

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?

Explains the chain, parameters, outputs, and provides examples. Could address edge cases (e.g., existing effects), but overall complete for a complex tool.

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?

Explains each parameter (unit_index, style with detailed descriptions, reverb_amount, delay_amount) beyond the schema, which has no descriptions. Good coverage for 0% schema description coverage.

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 adds a ready-made instrument processing chain (EQ, Compressor, Reverb, optional Delay) for melodic/harmonic instruments. It distinguishes from siblings like add_effect and set_effect_parameter by noting one call replaces 3-4 individual calls.

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

Usage Guidelines4/5

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

Provides context (universal chain for melodic/harmonic instruments) and style guidance, but lacks explicit when-not-to-use or alternative tools beyond implied replacement of individual effect calls.

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/AMEOBIUS-team/opendaw-mcp'

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