lyric_snippet_search
Find tracks from a remembered lyric or title fragment. Runs a quoted-phrase search and ranks exact title matches first; verify snippet against returned candidates.
Instructions
Finds candidate tracks for a remembered lyric or title fragment: runs quoted-phrase /search over tracks and ranks exact title matches first. DISCLOSURE: Spotify's public API has no lyrics endpoint, so matching is title/album-based; verify the snippet against the returned candidates. Quota: 1-2 /search calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page, 1-10 (Feb-2026 /search cap). Default: 5 | |
| artist | No | Narrow to an artist name | |
| market | No | ISO 3166-1 alpha-2 market code (e.g. 'US'); omit for 'from_token' behaviour | |
| snippet | Yes | Remembered phrase, lyric fragment or title fragment | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |