analyze_chord
Analyze a chord from its pitches to obtain Roman numeral analysis, root, and quality in a given key.
Instructions
Analyze a chord and get its Roman numeral analysis.
Args: pitches: List of pitch names (e.g., ["C4", "E4", "G4"]) key: Key for Roman numeral analysis (e.g., "C major", "A minor")
Returns: Chord analysis with root, quality, and Roman numeral
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pitches | Yes | ||
| key | No | C major |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||