Skip to main content
Glama

mcp_opendaw_create_tempo_ramp

Create smooth tempo ramps (ritardando or accelerando) by interpolating BPM changes across a beat range with linear, exponential, or logarithmic curves.

Instructions

Create a smooth tempo ramp (ritardando or accelerando) across a beat range.

Adds a series of tempo change events with linear interpolation, creating a gradual BPM transition. This is the musical foundation for ritardando (slowing down) and accelerando (speeding up) — essential for expressive transitions, endings, and dramatic section changes.

Uses the same ValueEventBox mechanism as add_tempo_change, but creates multiple events along the beat range for a smooth curve.

start_beat: Beginning of the ramp in beats. end_beat: End of the ramp in beats. start_bpm: Starting BPM (60-240). end_bpm: Target BPM (60-240). curve: "linear" (smooth, default), "exp" (ease-in, gradual start), "log" (ease-out, fast start then settle). steps: Number of tempo events to create (default 16 = smooth ramp). Fewer steps = more stepped/quantized feel.

Returns events created, ramp config, and BPM preview at key points.

Examples: create_tempo_ramp(start_beat=60, end_beat=64, start_bpm=120, end_bpm=90) -> Ritardando: 120->90 BPM over 4 beats (ending slowdown) create_tempo_ramp(start_beat=0, end_beat=8, start_bpm=100, end_bpm=140, curve="exp") -> Accelerando: 100->140 BPM over 8 beats, exp curve (gradual start) create_tempo_ramp(start_beat=32, end_beat=48, start_bpm=140, end_bpm=140) -> No-op ramp (same BPM) — useful as placeholder or for testing

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
curveNolinear
stepsNo
end_bpmYes
end_beatYes
start_bpmYes
start_beatYes

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 full burden. It explains the mechanism (linear interpolation, multiple ValueEventBox events), return value (events created, config, BPM preview), and defaults (steps=16). It lacks details on side effects or permissions but is sufficiently transparent for a creation tool.

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: purpose, mechanism, parameter list, return info, examples. Each sentence adds value without redundancy. It's comprehensive yet concise.

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 complexity (6 parameters, 4 required, output schema exists), the description covers purpose, all parameters with details, return value, and examples. It provides enough information for an AI agent to use the tool correctly.

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 explains all 6 parameters: start_beat, end_beat, start_bpm, end_bpm, curve (with options and default), steps (with effect of fewer steps). Three examples demonstrate usage. This fully compensates for the lack of parameter descriptions in the schema.

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 smooth tempo ramp (ritardando or accelerando) across a beat range.' It specifies the verb (create), resource (tempo ramp), and musical context. It distinguishes from sibling tool add_tempo_change by noting it creates multiple events for a smooth curve.

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?

It provides context for use: 'essential for expressive transitions, endings, and dramatic section changes.' It compares to add_tempo_change (single event vs multiple). While it doesn't explicitly state when not to use, the guidance is clear enough.

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