Skip to main content
Glama

Spotify MCP Server

get_item_info

Retrieve detailed metadata for Spotify items such as tracks, albums, artists, or playlists by specifying the item ID and type to access specific music-related information.

Instructions

Get detailed information about a Spotify item.

Args: item_id: Item ID qtype: Type ('track', 'album', 'artist', 'playlist')

Input Schema

NameRequiredDescriptionDefault
item_idYes
qtypeNotrack

Input Schema (JSON Schema)

{ "properties": { "item_id": { "title": "Item Id", "type": "string" }, "qtype": { "default": "track", "title": "Qtype", "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/jamiew/spotify-mcp'

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