add_playlist
Adds a new playlist to a lautfm station with required station ID, title, and six-digit hex color. Use it to define playlist details and optional shuffle settings.
Instructions
Add a new playlist to a station. Requires at minimum a title and color (full 6-digit hex, e.g. #ff0000)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | Yes | Color in full hex format, e.g. #ff0000 | |
| title | Yes | Playlist title | |
| shuffled | No | Whether the playlist is shuffled | |
| station_id | Yes | The station ID | |
| description | No | Playlist description | |
| shuffle_opts | No | Shuffle options object |