Skip to main content
Glama

mcp_opendaw_set_tidal_rate

Set the LFO rate on a Tidal effect by specifying a musical fraction string. Use unit and effect indices to target the effect and control its modulation timing.

Instructions

Set the LFO rate on a Tidal effect using a musical fraction string.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rateYes
unit_indexYes
effect_indexYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must disclose behavior. It offers parameter constraints and allowed values but omits any details on side effects, error conditions, reversibility, or return values. Lacks the behavioral disclosure expected for a mutation tool.

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 fairly concise with a clear first sentence, followed by parameter explanations. The list of rate values is necessary but somewhat verbose; still, it is structured and front-loaded.

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?

The description covers the core parameters and allowed values, but lacks guidance on usage context, error handling, and aftermath of the operation. Given the tool's simplicity and absence of annotations, it is adequate but not fully complete.

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?

All three parameters are explained beyond the schema: unit_index as AU index, effect_index with the Tidal requirement, and rate with an explicit allowed list of musical fractions. This fully compensates for the 0% schema description coverage.

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?

Clearly states the action (Set LFO rate), the target (Tidal effect), and the input type (musical fraction string). This distinguishes it from sibling tools that set other effect parameters.

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?

Provides parameter constraints (must be a Tidal) but does not explicitly state when to choose this over other effect-setting tools or mention alternatives. Usage is implied but not directed.

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