Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
create_mood_playlist | Create a playlist based on mood and preferences. |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
current_user | Current user's profile. |
current_playback_resource | Current playback state. |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
playback_control | Control Spotify playback. |
search_tracks | Search Spotify for tracks, albums, artists, or playlists. |
manage_queue | Manage playback queue. |
get_item_info | Get detailed information about a Spotify item. |
create_playlist | Create a new Spotify playlist. |
add_tracks_to_playlist | Add tracks to a playlist. |
get_user_playlists | Get current user's playlists. |
remove_tracks_from_playlist | Remove tracks from a playlist. |
modify_playlist_details | Modify playlist details. |