generate_chord_progression
Create chord progressions by specifying key, length, style, and cadence type.
Instructions
Generate a chord progression.
Args: key: Key for the progression (e.g., "C major", "A minor") length: Number of chords (default 4) style: Style (classical, pop, jazz) ending: Cadence type (authentic, half, plagal, deceptive)
Returns: Generated chord progression with Roman numerals
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | C major | |
| length | No | ||
| style | No | classical | |
| ending | No | authentic |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||