arcade-mcp/toolkits/spotify/evals
Eric Gustin efee9589fa
More Spotify Tools (#140)
# PR Description
This PR adds three new spotify tools that are natural language friendly.

1. `search` - Search Spotify Catalog information
2. `play_artist_by_name` - Gets 5 songs by the specified artist and
plays them. Uses `search`, and `start_tracks_playback_by_id` under the
hood
3. `play_track_by_name` - Plays the specified song, optionally provide
the artist name who plays the song. Uses `search`, and
`start_tracks_playback_by_id` under the hood
2024-11-01 13:15:43 -07:00
..
eval_player.py More Spotify Tools (#140) 2024-11-01 13:15:43 -07:00
eval_search.py More Spotify Tools (#140) 2024-11-01 13:15:43 -07:00
eval_tracks.py More Spotify Tools (#140) 2024-11-01 13:15:43 -07:00