Skip to the content.

Playlist Groups

Tools for organizing playlists into folders.


list_playlist_groups

List all playlist groups. Returns group objects with id, name, and parent_id.

Parameters: None


create_playlist_group

Create a new playlist group.

Parameter Type Required Description
name string Yes Name for the new group
parent_id string No Parent group ID for nesting (omit for top-level)

Back to Home