Skip to main content
Glama

mcp_opendaw_create_glissando

Create a glissando (smooth scale run) between two MIDI notes in openDAW, with control over scale type, duration, note rate, and velocity curve.

Instructions

Create a glissando — smooth scale run between two pitches.

A continuous-sounding slide through intermediate pitches. Unlike riser/bass_drop (which are pitch sweeps), glissando plays every intermediate note at a fixed rate, creating a true scale run feel. Works chromatically (every semitone) or diatonically (scale tones only) or pentatonically.

start_pitch: Starting MIDI note (default 60 = C4). end_pitch: Ending MIDI note (default 72 = C5). Can be higher or lower. scale_type: "chromatic" (every semitone), "major" (diatonic major scale), "minor" (natural minor), "pentatonic_minor", "pentatonic_major", "whole_tone". duration_beats: Total duration in beats (0.5-16, default 2). rate: Note rate — "32nd", "16th", "8th", "32t", "16t". velocity: Base velocity 0-1 (default 0.8). velocity_curve: "flat" (constant), "ramp_up" (crescendo into landing), "ramp_down" (decrescendo), "arc" (peak in middle). unit_index: AU index with note track (-1 = find first AU with note tracks). track_index: Note track index within the AU. start_beat: Position in beats where the glissando begins.

Returns notes created, pitch list, scale type.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rateNo16th
velocityNo
end_pitchNo
scale_typeNochromatic
start_beatNo
unit_indexNo
start_pitchNo
track_indexNo
duration_beatsNo
velocity_curveNoramp_up

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries full responsibility. It discloses the note generation behavior (plays every intermediate note at a fixed rate), supports chromatic/diatonic/pentatonic modes, and mentions return values (notes created, pitch list, scale type). It does not explicitly state whether the operation appends to or replaces existing notes, nor does it cover error conditions or permissions.

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 well-structured: a one-sentence summary, a paragraph explaining the concept and differences, a bulleted parameter list, and a return value note. Every sentence adds value without redundancy, making it easy to parse quickly.

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 tool with 10 parameters and no annotations, the description is quite complete: it covers all parameters, defaults, return values, and some behavioral context. However, it does not address potential edge cases (e.g., what happens if no AU with note tracks is found) and does not distinguish from the similar create_scale_run sibling, leaving a minor gap in completeness.

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. Every parameter is explained with defaults, ranges, and examples (e.g., 'start_pitch: Starting MIDI note (default 60 = C4)' and 'rate: Note rate — "32nd", "16th", "8th", "32t", "16t"'), providing enough detail for the agent to use the tool correctly.

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 'Create a glissando — smooth scale run between two pitches,' which specifies the action and object. It also distinguishes itself from riser/bass_drop by explaining the difference between pitch sweeps and scale runs, making its purpose unambiguous.

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 explicitly contrasts with riser/bass_drop ('Unlike riser/bass_drop (which are pitch sweeps), glissando plays every intermediate note at a fixed rate'), providing clear guidance for those alternatives. However, it does not differentiate from the similarly named sibling tool create_scale_run, and it lacks a broader 'use this when' statement.

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