Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
SPOTIFY_CLIENT_ID | No | Your Spotify Developer Application Client ID | |
SPOTIFY_REDIRECT_URI | No | The redirect URI configured in your Spotify Developer Application | http://localhost:8888/callback |
SPOTIFY_CLIENT_SECRET | No | Your Spotify Developer Application Client Secret |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
searchSpotify | Search for tracks, albums, artists, or playlists on Spotify |
getNowPlaying | Get information about the currently playing track on Spotify |
getMyPlaylists | Get a list of the current user's playlists on Spotify |
getPlaylistTracks | Get a list of tracks in a Spotify playlist |
playMusic | Start playing a Spotify track, album, artist, or playlist |
pausePlayback | Pause Spotify playback on the active device |
skipToNext | Skip to the next track in the current Spotify playback queue |
skipToPrevious | Skip to the previous track in the current Spotify playback queue |
createPlaylist | Create a new playlist on Spotify |
addTracksToPlaylist | Add tracks to a Spotify playlist |
resumePlayback | Resume Spotify playback on the active device |
addToQueue | Adds a track, album, artist or playlist to the playback queue |