setup_spotify_oauth
Set up Spotify OAuth2 authentication by providing your client ID and secret. Starts the initial authorization flow to enable personalized data access, returning status and next steps for configuration.
Instructions
Setup Spotify OAuth2 authentication (initial authentication)
Args:
client_id: Spotify Client ID
client_secret: Spotify Client Secret
redirect_uri: Optional redirect URI (defaults to environment variable or http://localhost:8888/callback)
Returns:
Dictionary containing authentication status and next steps
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | Yes | ||
| redirect_uri | No | ||
| client_secret | Yes |