arcade-mcp/toolkits/spotify
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
..
arcade_spotify More Spotify Tools (#140) 2024-11-01 13:15:43 -07:00
evals More Spotify Tools (#140) 2024-11-01 13:15:43 -07:00
pyproject.toml Fix small bugs in pyproject.tomls (#88) 2024-10-04 12:08:03 -07:00