Skip to main content
Glama

mcp_opendaw_create_glissando

Creates a smooth scale run between two pitches, playing each intermediate note at a fixed rate. Supports chromatic, diatonic, and pentatonic scales with customizable duration, 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?

No annotations are provided, so the description carries the full burden. It clearly states that glissando creates a continuous-sounding slide through intermediate pitches, works in chromatic/diatonic/pentatonic modes, and mentions the return value: 'Returns notes created, pitch list, scale type.' This is sufficient for an agent to understand the tool's behavior and output.

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 well-structured with the purpose stated upfront, followed by a parameter-by-parameter breakdown. It is slightly lengthy, but every sentence adds necessary information. It could be slightly more concise by grouping related parameters, but it remains clear and efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's 10 parameters, lack of annotations, and presence of an output schema, the description covers all necessary aspects: parameter semantics, return values, and behavioral context (scale types, differentiation from similar tools). An agent can confidently select and invoke this tool correctly based on this description alone.

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?

The input schema has 0% description coverage, but the tool's description provides detailed explanations for all 10 parameters, including defaults and allowed values (e.g., scale_type options, rate values, velocity_curve types). This adds substantial meaning beyond the schema, fully compensating for its lack of descriptions.

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 starts with a clear statement: 'Create a glissando — smooth scale run between two pitches.' It then distinguishes this tool from riser/bass_drop by explaining that glissando plays every intermediate note at a fixed rate, unlike pitch sweeps. This effectively differentiates it from sibling tools with similar names, achieving a specific verb+resource pairing.

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 glissando with riser/bass_drop, indicating when to use this tool instead (for a true scale run feel rather than a pitch sweep). It also explains the three scale types (chromatic, diatonic, pentatonic) to guide usage. However, it does not provide explicit when-not-to-use scenarios or alternative tools for similar tasks.

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