statsfm_forgotten_favorites
Retrieve tracks with high lifetime play counts but zero recent plays, ranked by lifetime streams. Use this to surface forgotten favorites from a user's listening history.
Instructions
High-lifetime tracks with zero recent plays — favorites that fell off. Ranked by lifetime streams. Read-only, no auth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_limit | No | Lifetime top tracks to scan. Default: 50 | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| statsfm_user | Yes | stats.fm user ID (or username) — public profile, no auth needed | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |