get_categories
Fetches Spotify browse categories, allowing you to filter by country and locale, paginate with limit and offset, and choose concise, detailed, or raw JSON output.
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 | |
| 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 |