Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SPOTIFY_CLIENT_ID | No | Your Spotify app's client ID | |
| SPOTIFY_CLIENT_SECRET | No | Your Spotify app's client secret |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| spotify_search | Search for tracks, artists, albums, or playlists on Spotify |
| spotify_authenticate | Authenticate with Spotify using OAuth 2.0 |
| spotify_get_user_profile | Get the current user's profile information |
| spotify_create_playlist | Create a new playlist for the authenticated user |
| spotify_add_tracks_to_playlist | Add tracks to a playlist |
| spotify_get_user_playlists | Get the current user's playlists |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |