Skip to main content
Glama

mcp_opendaw_create_full_genre_pipeline

Create a complete genre track from scratch with one call. Sets up tracks, arranges rhythm, applies genre mixing and mastering, ready for export.

Instructions

Create a complete genre track from zero to render-ready in one call.

Full pipeline: setup tracks → arrangement → harmonic layers (optional) → genre mix → mastering chain. One call replaces 5-10 individual tool calls with correct parameters.

Steps performed:

  1. Set BPM to genre-appropriate default

  2. Create a synth track + 4 note tracks

  3. Create regions on all tracks

  4. Call the genre arrangement (rhythm across all tracks)

  5. If progression provided: add harmonic layers (arp + melody on top of genre rhythm; pads/bass skipped since genre already has them)

  6. Apply genre-specific mix (compressor, EQ, saturation, reverb per track)

  7. Apply sidechain (for electronic genres)

  8. Add mastering chain (genre-appropriate LUFS target)

After this call, the project is ready for export_audio / render.

genre: One of: dnb, liquid_dnb, house, trap, techno, dubstep, afrobeat, rock, jazz, pop, funk, reggae, synthwave, trance, disco bpm: Override tempo (None = genre default). bars: Arrangement length (default 8, pop min 16). root: Override key (None = genre default). master_lufs: Mastering target (-14 Spotify, -10 loud, -16 Apple). progression: Chord progression string (e.g. "Am-F-C-G"). If non-empty, adds arp + melody harmonic layers on top of the genre rhythm. Pads and bass are skipped (genre arrangement already has them). Default "" = no harmonic layers (rhythm only). add_counter_melody: If True and progression is set, also adds a counter-melody layer (contrary motion). Default False. add_track_chains: If True, applies genre-appropriate processing chains to each track (drum chain on rhythm tracks, bass chain on bass, instrument chain on melodic). Default False.

Returns complete pipeline status: tracks created, notes per track, effects added, mastering chain, harmonic layers.

Example:

Full DnB track in one call

create_full_genre_pipeline("dnb")

Custom techno

create_full_genre_pipeline("techno", bpm=135, bars=16, master_lufs=-10)

House with harmonic layers

create_full_genre_pipeline("house", progression="Fm-Db-Ab-Eb")

Synthwave with full harmonic quintet

create_full_genre_pipeline("synthwave", progression="Am-F-C-G", add_counter_melody=True)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bpmNo
barsNo
rootNo
genreYes
master_lufsNo
progressionNo
add_track_chainsNo
add_counter_melodyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Despite no annotations, the description thoroughly discloses the sequence of operations: setting BPM, creating tracks, arranging, optional harmonic layers, genre mix, sidechain, mastering. It also notes the end state ('ready for export_audio / render'). Lacks details on potential destructive actions or error conditions, but adequate.

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?

Well-structured with a summary, numbered steps, parameter list, return value, and examples. Though lengthy, the information is front-loaded and every sentence serves a purpose. Slightly verbose in the parameter descriptions but necessary due to no schema descriptions.

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 absence of annotations and schema descriptions, the description fully covers the tool's purpose, parameters, behavior, and output. It addresses the 8 parameters, explains the pipeline, and tells the agent what to expect after invocation. Very complete.

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 description provides detailed explanations for all 8 parameters, including defaults, constraints (e.g., 'pop min 16' for bars), and behavior (e.g., 'pads and bass are skipped' when progression is set). Examples further clarify usage.

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 complete genre track from zero to render-ready in one call' and lists the step-by-step pipeline. The verb 'create' combined with 'full_genre_pipeline' distinguishes it from sibling tools like create_genre_track or individual arrangement 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?

Explicitly states that one call replaces 5-10 individual tool calls, and provides examples covering various use cases (basic, custom, with harmonic layers). However, it does not explicitly mention when to avoid using it (e.g., for fine-grained control), which would enhance guidance.

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