suggest_cadence
Analyze harmonic context and recommend suitable cadences for chord progressions in a given key and phrase position.
Instructions
Suggest appropriate cadence types based on context.
Args: current_chord: Current chord (e.g., "V", "IV", "I") key: Key context (e.g., "C major", "A minor") phrase_position: Position in phrase ("end", "middle", "beginning")
Returns: Cadence suggestions with explanations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| current_chord | Yes | ||
| key | No | C major | |
| phrase_position | No | end |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||