Get a chord chart by id
get_chord_chart_by_idFetch a specific chord voicing by its numeric ID to re-render a previously shown chart, avoiding a fresh lookup.
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 "both". Use "text" when the user does not want images or the client cannot display them, and "image" when only the diagram is wanted. |