Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| playMusic | Start playing a Spotify track, album, artist, or playlist |
| playbackAction | Perform a playback action (pause, resume, skip to next, skip to previous) |
| searchSpotify | Search Spotify by keyword and field filters (e.g. artist, track, playlist, tag:new, tag:hipster) and return items of the given type |
| getNowPlaying | Get information about the currently playing track on Spotify |
| getUserPlaylists | Get a list of the current user's playlists on Spotify |
| getPlaylistTracks | Get a list of tracks in a Spotify playlist |
| getRecentlyPlayed | Get a list of recently played tracks on Spotify |
| getFollowedArtists | Get a list of artists the user is following on Spotify |
| getUserTopItems | Get a list of the user's top artists or tracks |
| addToQueue | Adds a track, album, artist or playlist to the playback queue |
| addTracksToPlaylist | Add tracks to a Spotify playlist |
| createPlaylist | Create a new playlist on Spotify |
| removeTracksFromPlaylist | Remove tracks from a Spotify playlist |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |