MCP Spotify Server

get_multiple_audiobooks

Retrieve Spotify catalog details for multiple audiobooks using their IDs or URIs. Supports up to 50 audiobooks and optional market-specific results, enabling efficient access to metadata.

Instructions

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" }
ID: mmrvuig6tp