filter_by_genre
Filter your saved Spotify tracks or albums by genre tag and get matching item URIs ready for playlist creation.
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 |