get_several_audiobooks
Fetch full details for multiple audiobooks by ID in a single request, up to 50 per call. Saves time when you need metadata for several audiobooks at once.
Instructions
Get full details for several audiobooks by ID in a single call (up to 50 per request). Audiobooks are only available in the US, UK, Canada, Ireland, New Zealand and Australia markets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Spotify audiobooks IDs (1–50 per request; longer lists are fetched in chunks of 50 and merged) | |
| 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 |