Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
SPOTIFY_CLIENT_ID | Yes | Client ID obtained from Spotify Developer Dashboard | |
SPOTIFY_CLIENT_SECRET | Yes | Client Secret obtained from Spotify Developer Dashboard |
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 |
---|---|
auth-spotify | Authenticate with Spotify |
search-spotify | Search for tracks, albums, artists, or playlists on Spotify |
get-current-playback | Get information about the user's current playback state |
play-track | Play a specific track on an active device |
pause-playback | Pause the user's playback |
next-track | Skip to the next track |
previous-track | Skip to the previous track |
get-user-playlists | Get a list of the user's playlists |
create-playlist | Create a new playlist for the current user |
add-tracks-to-playlist | Add tracks to a playlist |
get-recommendations | Get track recommendations based on seeds |
get-top-tracks | Get the user's top played tracks over a specified time range |