Get track metadata
get_trackLook up a track by ID to get its metadata and verify the correct version before fetching lyrics, including whether 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. |