Skip to main content
Glama

Spotify Model Context Protocol

by belljustin

get_track_uris

Retrieve Spotify track URIs by providing song details (name and artist) for easy playlist creation or integration with Spotify's API. Unfound songs are automatically excluded.

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" }

Other Tools from Spotify Model Context Protocol

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/belljustin/spotify-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server