browse_category_deepdive
Retrieve Spotify category details and its playlists, then optionally preview top tracks from the first playlist — all in a single call.
Instructions
Category → playlists → optional items peek in one call (GET /browse/categories/{id} + /playlists (+ /playlists/{id}/tracks peek)). Quota: 🟡 2–3 calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Playlists per page, 1–50. Default: 10 | |
| locale | No | Locale, e.g. en_US | |
| country | No | ISO 3166-1 alpha-2 country code | |
| peek_items | No | When true, fetch top 2 tracks of the first playlist | |
| category_id | Yes | Category ID from get_categories | |
| 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 |