check_following_artists
Verify which Spotify artists you follow by passing up to 50 artist IDs. Returns a boolean per artist to clarify follow status versus library-saved status.
Instructions
Check if the user follows specific artists — this tests FOLLOW state, not library-saved state (for that use check_in_library). Rows carry {id, uri, follows}; returns a boolean per ID. Max 50.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Spotify artist IDs to check | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |