search_saved_audiobooks
Search your saved Spotify audiobooks by title or author. Enter a substring to filter and retrieve matching audiobooks from your library.
Instructions
Search saved audiobooks (bounded walk + client-side filter). Quota: 🟢 GET /me/audiobooks paged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Substring against audiobook name/author | |
| scan_cap | No | ||
| 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 |