suggest_next_chord
Suggests possible next chords based on harmonic context, given previous chord progression, key, and musical style.
Instructions
Suggest possible next chords based on harmonic context.
Args: previous_chords: List of previous chord Roman numerals (e.g., ["I", "IV"]) key: Current key (e.g., "C major") style: Style of suggestions (classical, pop, jazz)
Returns: List of suggested chords with explanations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| previous_chords | Yes | ||
| key | No | C major | |
| style | No | classical |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||