Skip to main content
Glama

mcp_opendaw_create_solo

Generate a genre-specific melodic solo over a chord progression using idiomatic techniques for bebop, blues, rock, jazz swing, or fusion.

Instructions

Create a genre-specific melodic solo over a chord progression.

Generates a complete solo line using vocabulary appropriate to the chosen style. Unlike generate_melody (contour-guided) or create_random_walk (stepwise), this tool uses genre-specific soloing techniques:

  • bebop: Chromatic approach tones, chord-tone targeting on strong beats, enclosure (upper+lower chromatic neighbor), bebop scale passing notes, ii-V-I arpeggio fluency. Charlie Parker, Dizzy Gillespie, Clifford Brown.

  • blues: Minor pentatonic + blue notes (b5, b3 bent), repetition of short motifs with variation, call-response phrasing, string-bending aesthetic via pitch slides. B.B. King, Eric Clapton, Stevie Ray Vaughan.

  • rock: Pentatonic positions, repeated riffs, wide interval jumps, rhythmic syncopation, climax-building through register shifts. Jimmy Page, Hendrix, Gilmour.

  • jazz_swing: Swing 8th notes, guide-tone lines, chord-tone on beat 1+3, arpeggio + approach patterns. Lester Young, Sonny Rollins.

  • fusion: Mixolydian/dorian modes, odd-meter phrasing, wide intervals, chromatic passing, rhythmic displacement. Metheny, Brecker, Holdsworth.

solo_type: bebop | blues | rock | jazz_swing | fusion key_root: Root note (C, C#, D, ... B) scale_type: major | minor | dorian | mixolydian | blues | pentatonic_minor bars: Solo length (4-32, default 8) octave: MIDI octave for solo (4 = C4=60) velocity: Base velocity 0-1 seed: PRNG seed for reproducibility

Returns notes created and solo characteristics.

Example: create_solo(solo_type="bebop", key_root="F", scale_type="major", bars=8) create_solo(solo_type="blues", key_root="A", scale_type="blues", bars=12) create_solo(solo_type="rock", key_root="E", scale_type="pentatonic_minor", bars=16)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
barsNo
seedNo
octaveNo
key_rootNoC
velocityNo
solo_typeNobebop
scale_typeNomajor
start_beatNo
unit_indexNo
track_indexNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It thoroughly explains what the tool generates (genre-specific solo line, techniques per style) and states the return value ('Returns notes created and solo characteristics'). However, it does not disclose potential side effects such as whether notes are appended to an existing region, whether existing notes are overwritten, or how track/unit selection affects placement. This is a moderate gap for a generation tool without annotations.

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 long but extremely well-structured: it opens with a clear one-sentence purpose, uses a bulleted breakdown of genre techniques, lists parameters, and closes with examples. Every section earns its place for a complex music-generation tool. The length is justified, though slightly verbose for a single-tool description, hence not a perfect 5.

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?

For a tool with 10 parameters and no annotation support, the description is remarkably complete: it explains what the tool does, how it differs from siblings, defines all parameters, provides examples, and mentions the return type. However, it does not explicitly state prerequisites such as needing an existing chord progression or a selected track/unit, which are implied by the presence of track_index and unit_index. Given the schema and output schema exist, the description is strong but not fully exhaustive.

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 itself has 0% description coverage, so the description is the sole source of parameter meaning. It compensates fully by defining each parameter inline (solo_type with its allowed values, key_root, scale_type, bars, octave, velocity, seed) and includes real usage examples. This adds significant semantic value beyond the raw schema fields.

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 opens with a specific verb and resource: 'Create a genre-specific melodic solo over a chord progression.' It clearly distinguishes itself from siblings by explicitly naming generate_melody and create_random_walk and contrasting its genre-specific approach, making the tool's unique purpose unmistakable.

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

Usage Guidelines5/5

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

The description provides explicit usage guidance: it states when to use this tool versus alternatives ('Unlike generate_melody... or create_random_walk... this tool uses genre-specific soloing techniques'). It also lists the five supported genres with detailed stylistic descriptions, giving the agent the necessary context to choose the right style and 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-ai/opendaw-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server