get_playlist_followers
Retrieve the follower count for a specific Spotify playlist, with an option to include the owner's public profile.
Instructions
Get follower count for a playlist, optionally including public owner profile
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist_id | Yes | Playlist ID | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |
| include_profiles | No | If true, fetch the owner public profile |