get_album
Retrieve album details and track list using a Spotify album ID.
Instructions
Get album details and track list by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Spotify album ID | |
| market | No | ISO 3166-1 alpha-2 country code. Defaults to the account country; affects track playability. | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |