MCP Spotify Server

get_multiple_audiobooks

Get Spotify catalog information for multiple audiobooks

Input Schema

NameRequiredDescriptionDefault
idsYesArray of Spotify audiobook IDs or URIs (max 50)
marketNoOptional. An ISO 3166-1 alpha-2 country code

Input Schema (JSON Schema)

{ "properties": { "ids": { "description": "Array of Spotify audiobook IDs or URIs (max 50)", "items": { "type": "string" }, "maxItems": 50, "type": "array" }, "market": { "description": "Optional. An ISO 3166-1 alpha-2 country code", "type": "string" } }, "required": [ "ids" ], "type": "object" }