Skip to main content
Glama

mcp_opendaw_create_genre_sections

Add intro, buildup, drop, breakdown, and outro sections to loop-based electronic tracks. This creates dynamic energy progression and full song structure for genres like DnB and techno.

Instructions

Create a multi-section electronic track from loop-based arrangements — intro → buildup → drop → breakdown → outro.

Transforms loop-based arrangements into song structure. Each section is a separate arrangement call with different start_beat and velocity, creating dynamic energy progression. For electronic genres only (dnb/house/techno/ trance/dubstep/synthwave/trap/disco).

Section energy progression:

  • Intro (bars 0-N): drums only (kick + hat), no bass/melody. velocity * 0.5. Builds anticipation. Sparse and atmospheric.

  • Buildup (bars N-2N): drums + bass, no harmony/melody. velocity * 0.7. Energy rising, groove established.

  • Drop (bars 2N-3N): ALL tracks at full velocity. The climax — full arrangement with maximum energy. This is where the hook hits.

  • Breakdown (bars 3N-4N): harmony + melody only, no drums/bass. velocity * 0.6. Pull back, breathe, create contrast before final drop.

  • Outro (bars 4N-5N): drums + bass fading. velocity * 0.4. Wind down.

section_lengths: Comma-separated bar counts for each section. Default "4,8,8,8,4" = intro(4) + buildup(8) + drop(8) + breakdown(8) + outro(4) = 32 bars total. For a shorter track: "2,4,8,4,2" = 20 bars. For a longer track: "8,16,16,16,8" = 64 bars.

genre: Electronic genre only: dnb, house, techno, trance, dubstep, synthwave, trap, disco bpm: Override tempo (None = genre default). root: Override key (None = genre default). section_lengths: Comma-separated bar counts (5 sections, must sum to multiple of 4).

Returns sections created, notes per section, total notes, and energy profile.

Example:

32-bar DnB track with song structure

create_genre_sections("dnb", section_lengths="4,8,8,8,4")

64-bar trance epic

create_genre_sections("trance", section_lengths="8,16,16,16,8")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bpmNo
rootNo
genreYes
bass_trackNo
drum_trackNo
unit_indexNo
melody_trackNo
harmony_trackNo
section_lengthsNo4,8,8,8,4

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 the full burden. It discloses the transformation behavior, per-section velocity multipliers, which musical elements are included/excluded in each section, and the return summary. However, it does not mention potential side effects on existing tracks (e.g., overwriting notes) or whether it is destructive.

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-organized with clear sections: purpose, energy progression, parameter details, and examples. It is somewhat long and repeats section_lengths details, but every section adds meaningful info for a complex tool.

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?

The musical behavior is thoroughly explained, and return values are stated. However, with 9 parameters, 5 are undocumented in the description, and there is no mention of how the tool interacts with the existing project (e.g., whether it creates new tracks or reuses existing ones). This leaves gaps for an agent attempting to invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds valuable semantics for genre, bpm, root, and section_lengths, including examples and constraints. But it completely omits explanations for the 5 remaining parameters (bass_track, drum_track, unit_index, melody_track, harmony_track), which are critical for routing the sections to the correct tracks. Since schema coverage is 0%, this is a notable gap.

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: 'Create a multi-section electronic track from loop-based arrangements' and details the exact section flow (intro → buildup → drop → breakdown → outro). This clearly distinguishes it from generic arrangement tools and sibling genre-specific tools.

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 intended use is clear: it is for electronic genres only (dnb, house, techno, etc.) and transforms loop-based arrangements into song structure. It explains the energy progression and likely use cases, but does not explicitly name alternatives (e.g., create_dnb_arrangement) or state when not to use it.

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