Skip to main content
Glama

mcp_opendaw_set_tidal_rate

Set the LFO rate on a Tidal effect in openDAW by specifying a musical fraction string.

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?

With no annotations, the description bears full burden for behavioral context. It only states the action ('set') and valid rate values, but omits side effects, permissions, error conditions, or what happens with invalid indices.

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?

One sentence plus a bullet list; no waste. Front-loads the purpose and then details parameters concisely.

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?

Covers input parameters well but lacks output behavior, error handling, and side effects. With no annotations, more behavioral context would be needed for completeness. Output schema exists but is not provided.

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?

Despite 0% schema coverage, description adds meaningful context: clarifies unit_index, effect_index (must be Tidal), and lists all valid rate strings. Supplements the bare schema effectively.

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), resource (LFO rate on a Tidal effect), and method (using a musical fraction string). Distinct from siblings by specifying a particular 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 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 versus alternatives, no prerequisites mentioned (e.g., effect must be Tidal, indices must exist), and no comparison to other setter tools.

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