filter_by_genre
Filter your saved tracks or albums by a genre tag and retrieve matching Spotify URIs, ready to use for creating or adding to playlists.
Instructions
List URIs of your saved tracks or albums whose artists carry a given genre tag (case-insensitive tag-name match against your sidecar). Output is directly usable as create_playlist / add_to_playlist input. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Which saved collection to filter | |
| genre | Yes | Genre tag to match (case-insensitive, e.g. "pop") | |
| 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 |