MCP Spotify Server

get_audiobook

Get Spotify catalog information for an audiobook

Input Schema

NameRequiredDescriptionDefault
idYesThe Spotify ID or URI for the audiobook
marketNoOptional. An ISO 3166-1 alpha-2 country code

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "The Spotify ID or URI for the audiobook", "type": "string" }, "market": { "description": "Optional. An ISO 3166-1 alpha-2 country code", "type": "string" } }, "required": [ "id" ], "type": "object" }