sonos_browse_music_service
Browse content from a Sonos music service. Check authentication status first; only anonymous services work without login.
Instructions
Browse content from a music service. WARNING: Most services (especially Sonos Radio, Spotify, Apple Music) require authentication and will return empty results or errors if not authenticated. Check authType from sonos_list_music_services first. Only "Anonymous" services (like SomaFM Radio) are guaranteed to work. Use sonos_get_favorite_radio_stations instead for pre-configured radio stations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Maximum number of items to return | |
| deviceId | Yes | Device ID to use for browsing | |
| startIndex | No | Starting index for pagination | |
| containerId | No | Container ID to browse. Use "root" to start from the top level, or use an ID returned from a previous browse call. | root |
| serviceName | Yes | Name of the music service (e.g., "Sonos Radio", "TuneIn", "Spotify") |