Skip to main content
Glama

mcp_opendaw_rename_unit

Rename an audio unit's instrument and update its icon symbol. Specify the unit index, new name, and optional icon (e.g., 'piano'). Returns the previous and new values.

Instructions

Rename an audio unit's instrument and optionally set its icon.

Instrument AUs have a label (display name) and icon (symbol) on their InstrumentBox. This sets both. The output AU (index 0) has no instrument and cannot be renamed.

unit_index: Audio unit index (must be >= 1, not the output AU). name: New display name (empty = skip). icon: New icon symbol (empty = skip, e.g. 'piano', 'guitar', 'drums').

Returns old and new name/icon.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
iconYes
nameYes
unit_indexYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description discloses the basic action (renames instrument, optionally sets icon) and the return value (old and new name/icon). However, it does not reveal potential side effects (e.g., whether it triggers a re-render, requires saved state, or is reversible). Given no annotations, more depth would improve 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 concise and well-structured: a summary sentence, context about instrument AUs, parameter details, and return value. Every sentence adds value without redundancy. The use of bullet-like explanation for parameters is clear and efficient.

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 mutation tool with 3 parameters, the description adequately covers the purpose, constraints, and return value. It lacks discussion of error handling (e.g., invalid unit_index) or prerequisites, but overall is sufficient. The presence of output schema is not an issue since the description mentions the return.

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 fully compensates. It explains each parameter: unit_index with constraints (must be >=1, not output AU), name and icon with the ability to skip (empty = skip), and provides icon examples. This adds significant meaning beyond the bare 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 tool's purpose: 'Rename an audio unit's instrument and optionally set its icon.' It specifies that the output AU (index 0) has no instrument and cannot be renamed, distinguishing it from other similar tools like set_device_label or set_clip_label. The verb 'rename' and resource 'audio unit's instrument' are specific and unambiguous.

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

Usage Guidelines3/5

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

The description provides constraints on usage (unit_index must be >=1 and not the output AU) and explains that name and icon can be empty to skip. However, it does not explicitly guide when to use this tool versus alternatives like set_device_label or other rename tools. The usage context is implied but not explicitly stated.

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