mirror of
https://github.com/varunneal/spotify-mcp.git
synced 2026-04-26 21:25:53 +03:00
[GH-ISSUE #14] Searching track does not work #4
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-mcp-varunneal#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @roytouw7 on GitHub (Mar 31, 2025).
Original GitHub issue: https://github.com/varunneal/spotify-mcp/issues/14
I use Cursor.
When trying to play a song by track name I get the errors:
invalid type for parameter for spotify_uri in tool SpotifyPlayBack
and invalid type parameter for track_id in tool SpotifyQueue
pausing and skipping tracks does work.
@varunneal commented on GitHub (Mar 31, 2025):
I'd like to see a screenshot of the issue, but to clarify, you need a track's URI in order to play it. In order to play a track, you'll first have to search for it by name and then use the Playback/Queue tool
@roytouw7 commented on GitHub (Mar 31, 2025):
I added screenshots, first of the success interactions of pausing and skipping, later the failing interactions.

