arcade-mcp/toolkits/spotify/arcade_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
..
tools More Spotify Tools (#140) 2024-11-01 13:15:43 -07:00
__init__.py SDK: Generic OAuth 2.0 connector (#81) 2024-10-03 16:40:02 -07:00