get_category_playlists
Retrieve Spotify playlists associated with a specific category using the Spotify Web API. Input a category ID to fetch tailored playlists, with optional settings for limit and offset.
Instructions
Get a list of Spotify playlists tagged with a particular category
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category_id | Yes | The Spotify category ID | |
limit | No | Optional. Maximum number of playlists (1-50) | |
offset | No | Optional. Index of the first playlist to return |