get_liked_tracks
Retrieve your saved Spotify tracks to display favorite music, create playlists, analyze preferences, or export your library. Returns track details, save dates, and artist/album info.
Instructions
Access the user's personal collection of liked/saved tracks from their Spotify library.
šÆ USE CASES: ⢠Display user's favorite music collection in applications ⢠Create personalized playlists from liked songs ⢠Analyze personal music taste and preferences ⢠Build recommendation systems based on user favorites ⢠Export personal music library for backup or migration
š WHAT IT RETURNS: ⢠Complete collection of user's liked/saved tracks ⢠Track information with save dates and timestamps ⢠Artist, album, and release information for each track ⢠Chronological order of when tracks were liked ⢠Total count of saved tracks in library
š EXAMPLES: ⢠"Show me my liked songs collection" ⢠"Get my 50 most recently liked tracks" ⢠"What songs have I saved to my library?" ⢠"Export my favorite tracks with save dates"
š PERSONAL COLLECTION: ⢠Reflects user's musical taste and preferences ⢠Shows evolution of music taste over time ⢠Perfect for building "greatest hits" playlists ⢠Useful for music discovery based on preferences ⢠Great for sharing favorite music with friends
š” COLLECTION INSIGHTS: ⢠Track when musical tastes changed or evolved ⢠Identify patterns in saved music genres ⢠Use for personalized recommendation systems ⢠Perfect for "throwback" and nostalgia playlists ⢠Analyze your music journey over time
ā ļø REQUIREMENTS: ⢠Valid Spotify access token with user-library-read scope ⢠User must have saved tracks in their library
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | ||
offset | No | ||
token | Yes | Spotify access token for authentication |