Spotify MCP

by ashwanth1109

get_item_info

Retrieve detailed metadata for a Spotify item, such as tracks, albums, artists, or playlists, by specifying its ID and type for accurate information retrieval.

Instructions

Get detailed information about a Spotify item Args: item_id: Spotify ID type: One of 'track', 'album', 'artist', 'playlist'

Input Schema

NameRequiredDescriptionDefault
item_idYes
typeNotrack

Input Schema (JSON Schema)

{ "properties": { "item_id": { "title": "Item Id", "type": "string" }, "type": { "default": "track", "title": "Type", "type": "string" } }, "required": [ "item_id" ], "title": "get_item_infoArguments", "type": "object" }
ID: pf1oy40k88