Skip to main content
Glama

mcp_opendaw_create_solo

Create a genre-specific melodic solo over a chord progression with styles like bebop, blues, rock, jazz swing, or fusion. Set key, scale, bars, and velocity for custom solos.

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 must carry the burden. It explains that the tool generates a complete solo line and returns notes and solo characteristics. However, it does not disclose potential side effects (e.g., does it overwrite existing notes on a track?), permissions needed, or constraints (e.g., track must have a chord progression). The behavioral detail is adequate but not thorough.

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, starting with a one-line summary, followed by a bulleted list of genre techniques, parameter list, and examples. It is relatively long but every sentence adds value, especially the detailed genre explanations. The structure aids quick scanning for relevant details.

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 large sibling toolset (including similar tools like generate_melody and create_random_walk), the description clearly differentiates this tool. It mentions an output schema and states it returns 'notes created and solo characteristics,' so return values are covered. The missing parameter details for start_beat, unit_index, and track_index are gaps, but overall the description is complete for the core use case.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% (no descriptions in the input schema). The description covers 7 of 10 parameters (solo_type, key_root, scale_type, bars, octave, velocity, seed) with details on default values and examples. However, it omits start_beat, unit_index, and track_index, which are crucial for placement. The description adds significant meaning beyond the schema but misses some parameters, so it partially compensates.

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 creates a 'genre-specific melodic solo over a chord progression.' It explicitly distinguishes itself from generate_melody and create_random_walk_melody, specifying that it uses genre-specific soloing techniques. The verb 'create' and resource 'solo' are specific, and the scope is well-defined.

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 guidance on when to use this tool versus alternatives: 'Unlike generate_melody (contour-guided) or create_random_walk (stepwise), this tool uses genre-specific soloing techniques.' It also lists valid values for solo_type, key_root, scale_type, etc., and provides examples, helping the agent understand the context and prerequisites.

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