song_performance_history
Trace live performance frequency and dates for any song, with annual and per-tour breakdowns to reveal its history across decades and line-ups.
Instructions
Trace how often and when a song was played live, from the local setlist cache. Run refresh_setlist_cache first. Aggregates by year and by tour so a song's life across decades and line-ups is visible at a glance.
Args: song: Song title to trace (e.g. "Starless", "21st Century Schizoid Man"). artist_mbid: MusicBrainz artist MBID. Defaults to King Crimson. match: "exact" (case-insensitive full title) or "contains" (substring).
Returns: A dict with cache_info, performance_count, first/last performance, by_year and by_tour breakdowns, and the list of performances.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| song | Yes | ||
| match | No | exact | |
| artist_mbid | No | b38225b8-8e5f-42aa-bcdc-7bae5b5bdab3 |