Skip to main content
Glama

mcp_opendaw_apply_mix_preset

Apply a complete mix preset to all audio units (volume, pan, mute, solo) with one call. Replace up to 30 individual track adjustments using a JSON or named preset.

Instructions

Apply a mix preset to all audio units in one call — volume, pan, mute, solo.

Replaces 10-30 set_track_volume/set_track_panning/set_track_mute calls. Presets can be genre-specific or custom JSON.

preset: JSON object mapping unit indices to settings: {"0": {"volume_db": -3, "panning": 0.0, "mute": false}, "1": {"volume_db": -6, "panning": -0.3, "solo": false}, ...}

Alternatively, use a named preset: "lofi", "house", "balanced", "wide"

Returns applied settings per unit.

Example: preset='{"0":{"volume_db":-3,"panning":0},"1":{"volume_db":-6,"panning":-0.3}}' preset='lofi' (built-in: kicks +0, bass -3, synths -6, wide pans)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
presetYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool applies settings to all audio units, returns applied settings, and can use named presets. However, it does not mention prerequisites (e.g., units must exist), error handling (e.g., invalid preset keys), or side effects (e.g., overwriting existing settings). Given no annotations, this is adequate but not thorough.

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?

The description is well-structured with a lead sentence, bullet-like sections, and examples. It is reasonably concise but includes some redundancy (the example repeats the preset format already described). Overall, it earns its space and is front-loaded with the key purpose.

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 tool's complexity (applies mix to all units), no annotations, and low schema coverage, the description is quite complete. It covers the action, parameter format, built-in presets, and return value. Minor gaps: it doesn't explain behavior for non-existent units or invalid preset keys. But overall, it provides sufficient context for an AI agent to use the tool effectively.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must fully explain the 'preset' parameter. It does so in detail: the parameter can be a JSON string with unit indices and settings (volume_db, panning, mute, solo) or a named preset string like 'lofi'. It provides concrete examples and even describes the built-in presets. This exceeds what the schema alone conveys.

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 starts with 'Apply a mix preset to all audio units in one call — volume, pan, mute, solo.' This clearly states the verb (apply), resource (mix preset to all audio units), and scope (volume, pan, mute, solo). It explicitly distinguishes from sibling tools like set_track_volume by noting it replaces 10-30 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?

The description provides clear context on when to use this tool: when you want to apply a mix preset to all units and replace many individual set_* calls. It mentions alternatives (named presets vs custom JSON) and gives examples. It does not explicitly state when not to use, but the context is clear enough.

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