List playlists
list_playlistsList playlists in your tenant to get their IDs and names. Use this to identify the playlist to assign to a player via update_player.
Instructions
List the playlists in the calling tenant.
When to use:
You need to surface playlist names and ids before assigning one to a player via update_player.
When NOT to use:
For inspecting the items inside a playlist — get_playlist (v0.2.0) returns the playlist with its items inline.
What to know:
Returns id, name, and timestamps. Item-level CRUD lands in v0.2.0 of this MCP server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||