Skip to main content
Glama

mcp_opendaw_create_genre_track

Generate a genre-specific starting track with synth, beat, and basic mix. Select a genre like house, techno, or lofi to get AU indices, note counts, and next steps in one call.

Instructions

Create a genre-specific starting track with synth, beat, and basic mix — one call builds a full section.

genre: Musical genre preset:

  • "house" — 4/4 kick, offbeat hat, stab bass, 128 BPM

  • "techno" — driving kick, ride hat, acid bass, 130 BPM

  • "lofi" — swing kick/snare, soft keys, 80 BPM

  • "dnb" — breakbeat drums, sub bass, 174 BPM

  • "trap" — 808 kick, hat rolls, melodic lead, 140 BPM

  • "ambient" — pad chord, no drums, 70 BPM

  • "coldwave" — driving kick, dark bass, 110 BPM

  • "hiphop" — boom bap kick/snare, 90 BPM

bpm: Override tempo (default per genre).

Returns created AU indices, note counts, and suggested next steps.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bpmNo
genreYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It clearly states what is created and what is returned (AU indices, note counts, suggested next steps), and lists genre presets. However, it does not mention potential side effects like whether a new track is created in the current project state, how many tracks are generated, or any prerequisites. The description is not misleading but lacks deeper behavioral context.

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-structured and front-loaded with the core purpose. The genre list is somewhat long but entirely necessary to convey valid parameter values. Each section (purpose, genre, bpm, return value) serves a clear purpose without redundant fluff. It could be slightly more concise by grouping similar genres, but it remains efficient.

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 moderate complexity (one required enum-like parameter, one optional override) and the presence of an output schema, the description is largely complete. It covers purpose, parameter options, defaults, and return values. It does not mention project-level prerequisites or whether the tool works within the current project context, but this is likely implied by the tool family. The only notable gap is not specifying the number of tracks created or the exact nature of the 'basic mix'.

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, so the description fully compensates by providing detailed semantics for both parameters. The 'genre' parameter lists all valid values with musical component breakdowns and default BPMs. The 'bpm' parameter is explained as an override with per-genre defaults. This far exceeds what the bare schema offers, making the tool invocable with confidence.

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 uses a specific verb and resource ('Create a genre-specific starting track') and clearly enumerates the components (synth, beat, basic mix) and scope (full section). It distinguishes itself from sibling tools by emphasizing 'genre-specific' and 'one call builds a full section', which sets it apart from generic track creation tools like create_synth_track or create_audio_track.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage context: when you need a genre-specific starting track that includes synth, beat, and mix. It does not explicitly state when to prefer this over alternatives (e.g., arrangement tools or create_genre_sections) nor provide exclusions. The 'one call builds a full section' suggests efficiency, but no clear guidance on alternatives is given.

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