followed_playlists_audit
Audit your Spotify playlists by comparing followed and owned lists, showing counts, collaboration status, visibility, and follower totals.
Instructions
Inventory of followed vs owned playlists: counts, collab, public, follower totals. Quota: 🟢 GET /me/playlists paged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| only_followed | No | Only followed (not owned) playlists (default false) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |