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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/superseoworld/mcp-spotify'

If you have feedback or need assistance with the MCP directory API, please join our Discord server