Skip to main content
Glama

mcp_opendaw_create_genre_track

Create a genre-specific starting track with synth, beat, and basic mix in one call, returning AU indices and suggested next steps.

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
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses creation of a track with synth, beat, mix and indicates return values (AU indices, note counts, suggested next steps). However, it does not explicitly state that a new track is added to the project, which is a minor gap.

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 with a clear opening sentence, a bullet-like list of genres, a line for bpm, and a returns note. It is concise with no unnecessary words, every sentence adds value.

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?

The description mentions return values, which is good given an output schema exists. However, it could be improved by explicitly stating that a new track is added to the project. Overall, it is complete for a simple creation tool but has a minor gap.

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 schema provides only 'string' and 'number' types, but the description adds detailed genre definitions with musical content for each option and clarifies bpm as an override with default per genre. With 0% schema coverage, the description fully compensates and adds significant meaning.

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 genre-specific starting track with synth, beat, and basic mix — one call builds a full section.' It uses a specific verb+resource and distinguishes itself from siblings like create_genre_sections and create_full_genre_pipeline by emphasizing the one-call full section creation.

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 provides context on what genres are available and bpm override but lacks explicit guidance on when to use this tool versus alternatives like create_genre_sections or create_full_genre_pipeline. It does not state prerequisites or exclusions, so usage is only implied.

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