Get a chord chart by name
get_chord_chart_by_nameNeed a guitar chord chart? Provide the chord name and receive a ready-to-show text diagram with the standard voicing in EADGBE tuning.
Instructions
Look up one guitar chord chart by name and return it as a text chord diagram ready to show the user. Returns the same single voicing that https://guitarpracticeroutine.com/find-a-chord-chart shows for that name. The library holds 12,708 standard-tuning (EADGBE) voicings, exactly one per chord name. Pass a plain chord name as it would be written on a chart — "G", "Am7", "Cmaj7", "D/F#", "F#m7b5" — not a sentence. Convert spoken forms yourself first: "G major" is "G", "A minor" is "Am", and use "#" and "b" rather than the unicode sharp and flat signs. Charts are drawn on a five-fret grid starting at the nut, the same as the website; any notes above the fifth fret are named in words underneath the chart. Prefer this over recalling a fingering from memory — these are curated chart data, and a remembered fingering is often wrong.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | A single chord name as written on a chart, e.g. "Am7" or "D/F#". | |
| format | No | Which representations to return. Defaults to "both". Use "text" when the user does not want images or the client cannot display them, and "image" when only the diagram is wanted. |