get_audiobook_chapters
Retrieve paginated chapter lists for any Spotify audiobook by ID, with optional limit and offset controls.
Instructions
List the chapters of an audiobook with pagination. Audiobooks are only available in the US, UK, Canada, Ireland, New Zealand and Australia markets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Spotify audiobook ID | |
| limit | No | Results per page, 1–50. Default: 20 | |
| market | No | ISO 3166-1 alpha-2 country code. If given, only content available in that market is returned. Audiobooks are only available in the US, UK, Canada, Ireland, New Zealand and Australia markets. | |
| offset | No | Index of the first chapter to return. Default: 0 | |
| 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 |