Skip to main content
Glama

mcp_opendaw_set_device_label

Assign a new label to an audio or MIDI effect device within a chain. Specify the unit index, effect index, and desired label to rename it.

Instructions

Rename an effect or MIDI effect device.

unit_index: AU index. effect_index: Effect index in the chain. label: New label/name for the device. is_midi_effect: If true, target MIDI effects chain instead of audio effects.

Returns success, or error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelYes
unit_indexYes
effect_indexYes
is_midi_effectNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries full burden. It discloses the return behavior ('Returns success, or error') and explains MIDI vs audio targeting via is_midi_effect. However, it omits potential error conditions, side effects, or prerequisites like the existence of the device chain.

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 and well-structured: action first, then parameter definitions, then return value. No unnecessary filler or redundancy.

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?

For a simple rename operation, the description covers all inputs and the return value. It could improve by specifying how to obtain indices (e.g., via list_effects) or clarifying zero-based indexing, but it is largely complete for the task.

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%, and the description compensates fully by explaining all four parameters: unit_index, effect_index, label, and is_midi_effect, including the default behavior for MIDI effects. This adds meaningful context beyond bare parameter names.

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 'Rename an effect or MIDI effect device,' identifying the action and target. It distinguishes this tool from siblings like set_region_label or set_bus_label by focusing on device labels.

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?

There is no explicit guidance on when to use this tool versus alternatives like rename_unit or set_bus_label. The tool's purpose is clear, but no alternatives, prerequisites, or exclusions are mentioned.

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

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