action spotify_get_an_audiobook { label: "Get an Audiobook\n" description: "Get Spotify catalog information for a single audiobook.
\n**Note: Audiobooks are only available for the US, UK, Ireland, New Zealand and Australia markets.**\n" provider: spotify method: GET path: "/audiobooks/{id}" encoding: json output: { type: "object" additionalProperties: true } }