get_album_info
Retrieve detailed album information from Last.fm including track listings, release details, and user-specific data by providing artist and album names.
Instructions
Get detailed information about an album
Args: artist: Artist name album: Album name mbid: Optional MBID (MusicBrainz ID) of the album autocorrect: Whether to use autocorrection for the names username: Username for personalized info (playcount, etc.) lang: Language code for wiki content
Returns: Formatted detailed album information
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist | Yes | ||
| album | Yes | ||
| mbid | No | ||
| autocorrect | No | ||
| username | No | ||
| lang | No |