get_categories
Retrieve Spotify browse categories with pagination, locale, and country filters. Get category lists for music, podcasts, and audiobooks.
Instructions
List Spotify browse categories (GET /browse/categories)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page, 1–50. Default: 20 | |
| locale | No | Locale, e.g. en_US | |
| offset | No | Offset. Default: 0 | |
| country | No | ISO 3166-1 alpha-2 country code, e.g. 'US' (alias: market) | |
| 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 |