Skip to main content
Glama

mcp_opendaw_create_full_genre_pipeline

Generate a complete genre track from zero to render-ready in one call, automating track setup, arrangement, mixing, and mastering to replace multiple manual steps.

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?

With no annotations, the description carries the full burden and does well: it lists the 8-step pipeline, explains skipped layers (pads/bass) when a progression is provided, mentions sidechain for electronic genres, and notes the mastering LUFS target. It does not disclose whether the tool resets/overwrites the existing project or what happens if the project already has tracks, leaving some ambiguity about destructive behavior.

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 long but every section earns its place. It is front-loaded with the core purpose, followed by a numbered step list, parameter definitions, and examples. The structure is scannable and the verbosity is appropriate for a complex 8-parameter orchestration tool.

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 high complexity (8 params, multi-step pipeline), no annotations, and 0% schema description coverage, the description is remarkably complete. It covers the pipeline steps, parameter semantics, valid genre values, and expected outcome ('ready for export_audio / render'). It also states it returns 'complete pipeline status', and since an output schema exists, detailed return-value documentation is not required.

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 coverage is 0%, so the description must fully explain parameters, and it does. It explains every parameter: genre lists all 15 supported values, bpm is an override, bars has a genre-specific minimum, master_lufs gives concrete targets (-14 Spotify, -10 loud, -16 Apple), progression shows a string format with an example, and add_counter_melody/add_track_chains are clearly conditioned on other parameters. Examples at the end 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 the tool's function: 'Create a complete genre track from zero to render-ready in one call.' It uses a specific verb ('create') and a specific resource ('genre track'), while explicitly distinguishing itself from individual tools by noting 'One call replaces 5-10 individual tool calls.'

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 clearly implies when to use it (when you want a full track from scratch, ready for export/render) and contrasts with the multi-call alternative. However, it doesn't explicitly name sibling tools like create_genre_track or arrangement-specific tools as alternatives, nor does it state when NOT to use this tool (e.g., if you only need an arrangement or want to modify an existing project).

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