Search lyrics by word
search_lyricsFind songs whose lyrics contain a specific word or phrase. Enter a remembered lyric fragment to get matching songs with artist, title, excerpt, and lyrics.com URL.
Instructions
Search lyrics.com for songs whose lyrics contain a given word or phrase. Returns matching songs with artist, title, a short excerpt of the line where the word appears, and the lyrics.com id and URL needed to fetch the full text with get_lyrics. Use this when someone remembers a fragment of lyrics but not the song, or wants songs mentioning a word or theme. One call returns one page of lyrics.com results; to see more, increase 'page' rather than 'limit'. lyrics.com also returns loose and title-only matches, so results are filtered locally to keep only songs where the word genuinely appears in the lyrics. Set 'verify' to "none" to see the raw, unfiltered list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Result page on lyrics.com. Each page holds up to 24 raw results. | |
| limit | No | Maximum songs to return from this page. | |
| query | Yes | Word or short phrase to look for inside the lyrics, for example 'autrefois'. | |
| verify | No | How to confirm the query really appears in the lyrics. 'snippet' checks the excerpt lyrics.com already returned and costs nothing. 'full' fetches up to 5 song pages and checks the complete lyrics, which is slow and can trigger rate limiting. 'none' disables filtering. | snippet |
| include_excerpt | No | Include the matching lyric line excerpt in each result. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | ||
| notes | Yes | Caveats worth knowing, such as a cache hit or partial verification. | |
| query | Yes | ||
| source | Yes | ||
| results | Yes | ||
| has_more | Yes | ||
| next_page | Yes | ||
| filtered_out | Yes | Rows dropped because the query was not found in their lyrics. | |
| raw_result_count | Yes | Rows lyrics.com returned before local filtering and deduplication. |