statsfm_genre_artists
Find artists by genre in the stats.fm catalog. Specify a genre tag like 'rock' or 'hip-hop/rap' to get matching artists, with options to limit and paginate results.
Instructions
Artists tagged with a genre in the stats.fm catalog
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| genre | Yes | Genre tag, e.g. "rock" or "hip-hop/rap" | |
| limit | No | 1–100. Default: 10 | |
| offset | No | Start position (0-based). Default: 0 | |
| 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 |