Music streaming service
Tools and capabilities available for Apple Music
Search for songs, albums, artists, or playlists on Apple Music
Parameters: query, type, limit
Get detailed information about a specific song including artist, album, duration, and metadata
Parameters: song_id
Get detailed information about an album including tracks, artist, release date, and metadata
Parameters: album_id
Get detailed information about an artist including biography, genres, and discography
Parameters: artist_id
Get detailed information about a playlist including tracks, curator, and description
Parameters: playlist_id
Create a new playlist in the user's Apple Music library
Parameters: name, description, is_public
Add one or more songs to a specific playlist
Parameters: playlist_id, song_ids
Remove one or more songs from a specific playlist
Parameters: playlist_id, song_ids
Get all playlists from the user's library
Parameters: limit, offset
Get songs from the user's library
Parameters: limit, offset
Add a song to the user's library
Parameters: song_id
Add an album to the user's library
Parameters: album_id
Remove a song from the user's library
Parameters: song_id
Get the user's recently played songs
Parameters: limit
Get personalized music recommendations for the user
Parameters: limit
Get top charts for songs, albums, or playlists in a specific country
Parameters: type, country, limit
Get new album and song releases
Parameters: country, limit
Get the top songs for a specific artist
Parameters: artist_id, limit
Get artists similar to a specific artist
Parameters: artist_id, limit
Get lyrics for a specific song if available
Parameters: song_id
Rate a song (love or dislike) to improve recommendations
Parameters: song_id, rating
Get the user's radio stations
Parameters: limit
Create a new radio station based on a song, album, or artist
Parameters: seed_type, seed_id
Search for songs by lyrics content
Parameters: lyrics_query, limit
Have an idea for a tool that should be added? Describe it below and we'll add it for you.