Get track metadata
get_trackRetrieve track metadata by LRCLIB track id to verify the correct release before fetching lyrics. Returns title, artist, album, duration, and whether plain and time-synced lyrics exist.
Instructions
Look up one LRCLIB track by its id and return its metadata without the lyrics: title, artist, album, duration, and whether plain and time-synced lyrics exist. Use this to confirm you have the right release or version before calling get_lyrics, or to check whether timed lyrics exist for a track id you already hold.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | LRCLIB track id, as returned by search_tracks. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | ||
| track | Yes | ||
| source | Yes | ||
| duration_formatted | Yes | Duration as m:ss, when known. |