refresh_live_releases_cache
Fetch King Crimson's official live releases from MusicBrainz and refresh the local cache, parsing recording dates from titles to support song-to-album mapping.
Instructions
Fetch King Crimson's official live releases from MusicBrainz and cache them locally, parsing a recording date out of each title where possible.
Used by song_live_releases to map songs to the live albums that captured them. King Crimson's live catalog is fixed, so this rarely needs re-running. Requires MCP_CONTACT (MusicBrainz User-Agent policy).
Args: artist_mbid: MusicBrainz artist MBID. Defaults to King Crimson. max_pages: Safety cap on pages to fetch (100 release groups/page). max_retries: Retries per page on transient error (e.g. MusicBrainz's intermittent 503s) before giving up. force: Re-fetch even if a cache file already exists.
Returns: A summary: totals, how many titles yielded a full recording date, and the cache path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | ||
| max_pages | No | ||
| artist_mbid | No | b38225b8-8e5f-42aa-bcdc-7bae5b5bdab3 | |
| max_retries | No |