Skip to main content
Glama

mcp_opendaw_set_delay_sync

Set a Delay effect's sync time to a musical fraction (e.g., 1/8) for rhythmic timing.

Instructions

Set the synced delay time on a Delay effect using a musical fraction string.

unit_index: AU index. effect_index: Effect index in the audio effect chain (must be a Delay). fraction: Musical fraction — one of: "off", "1/128", "1/96", "1/64", "1/48", "1/32", "1/24", "3/64", "1/16", "1/12", "3/32", "1/8", "1/6", "3/16", "1/4", "5/16", "1/3", "3/8", "7/16", "1/2", "1/1".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fractionYes
unit_indexYes
effect_indexYes

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 the constraint that the effect must be a Delay and lists the allowed fraction values. However, it does not mention side effects, reversibility, error behavior, or whether the delay must be in sync mode. Mutation is implied but not explicitly stated.

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 front-loaded with the purpose, followed by a compact parameter breakdown and a necessary enumeration of fraction values. Every sentence and element serves a clear function, with no 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?

For a three-parameter setter with an output schema, the description covers the essentials: purpose, parameter meanings, and allowed values. It does not discuss output or error handling, but the existence of an output schema suggests return values are documented elsewhere.

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?

Schema description coverage is 0%, so the description must compensate. It defines each parameter: unit_index as 'AU index', effect_index as 'Effect index in the audio effect chain', and fraction with a complete list of allowed values. It provides basic meaning but lacks guidance on how to find the indices.

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 a specific verb+resource: 'Set the synced delay time on a Delay effect using a musical fraction string.' It explicitly identifies the resource (Delay effect) and the operation (setting synced delay time), and naturally distinguishes from generic effect setters like set_effect_parameter.

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 for when to use the tool: to set a synced delay time using a musical fraction, and it includes a prerequisite ('must be a Delay'). It does not explicitly name alternatives or exclusions, but the specificity of the purpose makes the usage context clear.

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