statsfm_recent_streams
Retrieves a user's recently played streams from stats.fm, with optional time range and result limit filters.
Instructions
A stats.fm user's recently played streams
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Only streams after this Unix-ms timestamp | |
| limit | No | 1–100. Default: 20 | |
| before | No | Only streams before this Unix-ms timestamp | |
| user_id | Yes | stats.fm user id or customId (e.g. "martijn") | |
| 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 |