Skip to main content
Glama

mcp_opendaw_apply_velocity_lfo

Apply periodic velocity LFO to notes, syncing oscillations to beats for pumping, breathing, or wave-like dynamics. Customize waveform, rate, depth, phase, and center velocity.

Instructions

Apply periodic velocity modulation — velocity LFO along note positions.

Oscillates note velocity cyclically based on each note's position, creating pumping, breathing, or wave-like dynamic motion. Unlike apply_velocity_curve (monotonic ramps), this creates REPEATING velocity patterns synced to beat positions.

Args: unit_index: Audio unit index track_index: Note track index rate: LFO cycles per beat (0.25=every 4 beats, 1.0=per beat, 2.0=twice per beat, 0.5=every 2 beats) depth: Modulation depth 0-1 (0=no change, 0.3=subtle breathing, 1.0=full swing from 0 to max) shape: LFO waveform — "sine" (smooth), "triangle" (linear), "saw" (ramp up), "square" (on/off), "random" (per-beat random) phase: Starting phase 0-1 (0=begin at peak, 0.25=begin at zero rising, 0.5=begin at trough, 0.75=begin at zero falling) center: Center velocity around which modulation oscillates (0-1). The LFO modulates ±depth*center around this value. region_index: Specific region (-1 = all regions)

Returns: JSON with notes_processed, modulation stats (min/max/avg velocity before and after), regions_processed, rate, depth, shape.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rateNo
depthNo
phaseNo
shapeNosine
centerNo
unit_indexYes
track_indexYes
region_indexNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the full burden and delivers substantial behavioral context: it explains the oscillating algorithm, parameter formulas (e.g., 'modulates ±depth*center'), and the return payload (notes_processed, min/max/avg stats). However, it does not explicitly state that the operation mutates note velocities in place or warn about destructiveness/reversibility, which would have made it fully transparent.

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 core purpose, then uses a compact Args block with one line per parameter, followed by a Returns section. Every sentence adds information—the differentiation sentence, parameter examples, and return field list all serve purpose without redundancy. The structure is scannable and efficient for an 8-parameter tool.

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?

The description covers the tool's operation, all parameters, output format, and sibling differentiation, which is strong given the lack of annotations and schema descriptions. Minor gaps remain: no mention of prerequisites (e.g., the target track must be a note track with notes) or error/empty-region behavior, but the core knowledge needed to invoke the tool correctly is present.

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%, but the description fully compensates by documenting all 8 parameters with rich detail: rate includes beat-cycle examples (0.25=every 4 beats, 1.0=per beat), shape enumerates the waveform options and their meanings, phase explains starting positions, and center gives the exact modulation formula. This exceeds what a typical schema description would provide.

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 opens with a specific verb+resource: 'Apply periodic velocity modulation — velocity LFO along note positions,' which precisely states what the tool does. It further clarifies by contrasting with 'apply_velocity_curve (monotonic ramps)' and emphasizing 'REPEATING velocity patterns synced to beat positions,' distinguishing it from sibling velocity tools.

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

Usage Guidelines5/5

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

The description explicitly names the closest alternative (apply_velocity_curve) and states when to choose this tool over it: for 'pumping, breathing, or wave-like dynamic motion' and repeating patterns rather than monotonic ramps. It also provides concrete scenario descriptors ('pumping, breathing, wave-like') that signal appropriate use cases.

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