Get Album Info
get_album_infoRetrieve detailed Spotify album metadata including release date, label, and track list by providing the album ID.
Instructions
Get detailed information about a Spotify album.
Args:
album_id: Spotify album ID
Returns:
AlbumInfo with album metadata (release_date, label) and its tracks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| album_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| album | Yes | ||
| tracks | Yes |