resolve_tracks
Resolve artist/title candidates to verified Spotify track URIs, never dropping or substituting. Genuine artist matching filters covers, live versions, and remixes that title-only search would return.
Instructions
Resolve {artist, title} candidates to verified Spotify track URIs. Every input ends up in exactly one of resolved/unresolved — never silently substituted or dropped. Matching requires the artist to genuinely match (not just the title), which is what catches sped-up edits, karaoke covers, tribute recordings, and live versions that a title-only search would happily return instead of the real track. strict=true (default) only accepts exact/strong title matches; set false to also accept fuzzy 'weak' matches (still flagged as such) at the cost of precision. This tool has no opinion on what is currently popular — chart freshness is only as good as whatever produced the candidate list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| strict | No | ||
| candidates | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stats | Yes | ||
| resolved | Yes | ||
| unresolved | Yes |