get_album
Retrieve an album's scores, tracks, reviews, and credits using its slug or fuzzy artist and title. Get complete Album of the Year data in one request.
Instructions
Fetch an album's detail, scores, tracks, reviews, and credits.
Args: slug: Authoritative album URL slug, normally returned by search_albums. artist: Fuzzy fallback artist name; use only when a slug is unavailable. name: Fuzzy fallback album title; must be supplied with artist. minimal: Skip stats and credits when they are not needed.
Artist-plus-name resolution is fuzzy: artist="Cassius", name="1999" returns the single "Cassius 1999" (id 1107653), not the LP 1999 (id 26857). Resolve with search_albums and pass its slug instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| slug | No | ||
| artist | No | ||
| minimal | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||