get_live_history
Search live performance history and setlists from setlist.fm, filterable by artist, venue, and year, to cross-reference official live albums against actual tour performances.
Instructions
Search live performance history / setlists via setlist.fm.
Useful for King Crimson given their extensive touring: cross-reference official live albums against what was actually played on a given tour. Requires SETLISTFM_API_KEY.
Args: query: Optional venue or city keyword to narrow the search. artist: Artist name. Defaults to "King Crimson". year: Optional year filter. limit: Max setlists to return (1-20; one API page).
Returns:
A dict with a setlists list of {date, venue, city, country, songs}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| limit | No | ||
| query | No | ||
| artist | No | King Crimson |