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