Get a chord chart by id
get_chord_chart_by_idFetch a chord chart by numeric ID to re-render a previously viewed voicing without searching again. Includes text diagram and PNG URL.
Instructions
Fetch one specific chord voicing by its numeric id, as returned by get_chord_chart_by_name. Use this to re-render a chart the user already saw without looking it up again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric chord id. | |
| format | No | Which representations to return. Defaults to "text", which includes a direct URL to a PNG of the chart — embed that where your surface renders images. Use "image" or "both" only if you need the PNG bytes inline; they cost image tokens and many clients bury them. |