Skip to main content
Glama

mcp_opendaw_set_modular_module_param

Set a parameter on a modular device module in openDAW. Adjust gain (dB) or delay time (ms) by providing module index, parameter name, and value.

Instructions

Set a parameter on a module in a Modular device.

au_index: Audio unit index. effect_index: Effect index within the AU. module_index: Module index. param_name: Parameter name — "gain" for ModuleGain, "time" for ModuleDelay. value: New parameter value (in physical units: dB for gain, ms for delay).

Returns success or error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYes
au_indexYes
param_nameYes
effect_indexYes
module_indexYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations provided. The description only states it sets a parameter and returns success or error, without disclosing side effects, reversibility, or validation behavior. For a mutation tool with zero annotations, more behavioral disclosure is needed.

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 concise, with each parameter listed on its own line for easy scanning. Every sentence adds value; no wasted words.

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?

While parameters are well explained, the description lacks context on how to obtain the indices (e.g., using list_modular_devices, list_modular_modules) and does not cover error handling or prerequisites. It is adequate for a simple operation but incomplete given the nested structure.

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%, but the description explains all five parameters in detail, including the meaning of au_index, effect_index, module_index, param_name with examples, and value units. This adds significant value beyond the schema.

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 action ('Set a parameter') and the resource ('module in a Modular device'). It distinguishes from sibling tools like set_effect_parameter by specifying 'modular module', which helps differentiate.

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?

No guidance on when to use this tool vs alternatives, such as set_effect_parameter or set_modular_module. It does not mention prerequisites like having a modular device or obtaining indices via list_modular_devices/list_modular_modules.

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