get_saved_audiobooks
List audiobooks saved in your Spotify library. Paginate results, adjust limits, and choose between concise, detailed, or raw JSON output.
Instructions
List the audiobooks saved in the current user's Spotify library. Requires the user-library-read scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page, 1–50. Default: 20 | |
| offset | No | Index of the first audiobook 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 |