followed_playlists_audit
Audit your Spotify playlists to compare followed vs owned, including counts, collaboration, public status, and follower totals. Identify playlists you follow but don't own.
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 |