Spotify Model Context Protocol

by belljustin
MIT License

get_track_uris

Convert song details (name and artist) into Spotify track URIs for playlist integration. Skips unavailable tracks, ensuring accurate matching for Spotify API workflows.

Instructions

Look up Spotify track URIs for a list of songs. Args: songs: List of dictionaries containing song information. Each dictionary should have 'name' and 'artist' keys. Example: [{"name": "Yesterday", "artist": "The Beatles"}] Returns: List of Spotify track URIs for the found songs. Songs that couldn't be found will be skipped.

Input Schema

NameRequiredDescriptionDefault
songsYes

Input Schema (JSON Schema)

{ "properties": { "songs": { "items": { "additionalProperties": true, "type": "object" }, "title": "Songs", "type": "array" } }, "required": [ "songs" ], "title": "get_track_urisArguments", "type": "object" }

You must be authenticated.

Other Tools from Spotify Model Context Protocol

Related Tools

ID: 4bz9ehbqc6