Skip to main content
Glama

mcp_opendaw_create_genre_sections

Create structured electronic tracks with intro, buildup, drop, breakdown, and outro sections. Define bar lengths per section and genre for dynamic energy progression.

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 provided, the description discloses key behaviors: section structure, velocity multipliers, and instrumentation per section. It states it transforms loop-based arrangements and returns sections created and energy profile. It does not mention whether it overwrites existing data or requires specific permissions, but the core transformation is well-described.

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 statement, section breakdown, parameter explanations, examples. It is front-loaded with essential info and each sentence adds value. No redundancy.

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?

Given the complexity (9 params, no schema descriptions, no annotations), the description covers the main concepts and parameters. It explains the section energy progression, parameter usage, and return values. However, it lacks explanation for track indices and unit_index, which are needed for full integration.

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?

Schema coverage is 0%, so the description must explain parameters. It does well for genre, section_lengths, bpm, and root with examples and defaults. However, it does not explain bass_track, drum_track, harmony_track, melody_track, or unit_index, leaving 5 of 9 parameters undocumented.

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 the tool creates a multi-section electronic track with defined sections (intro, buildup, drop, breakdown, outro). It specifies the action ('transforms loop-based arrangements into song structure') and distinguishes from siblings by limiting to electronic genres.

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 includes usage context: 'For electronic genres only' and lists allowed genres. It provides examples with different section_lengths. However, it does not explicitly compare with sibling genre-specific arrangement tools (e.g., create_dnb_arrangement) or state when to use this generic vs. specific tool.

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