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

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/ashwanth1109/mcp-spotify'

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