Skip to main content
Glama

Spotify MCP Server

by varunneal

SpotifyGetInfo

Retrieve detailed metadata for Spotify tracks, albums, artists, or playlists by specifying the item ID and type. Supports fetching tracklists for albums/playlists and top tracks/albums for artists.

Instructions

Get detailed information about a Spotify item (track, album, artist, or playlist).

Input Schema

NameRequiredDescriptionDefault
item_idYesID of the item to get information about
qtypeNoType of item: 'track', 'album', 'artist', or 'playlist'. If 'playlist' or 'album', returns its tracks. If 'artist',returns albums and top tracks.track

Input Schema (JSON Schema)

{ "description": "Get detailed information about a Spotify item (track, album, artist, or playlist).", "properties": { "item_id": { "description": "ID of the item to get information about", "title": "Item Id", "type": "string" }, "qtype": { "default": "track", "description": "Type of item: 'track', 'album', 'artist', or 'playlist'. If 'playlist' or 'album', returns its tracks. If 'artist',returns albums and top tracks.", "title": "Qtype", "type": "string" } }, "required": [ "item_id" ], "title": "GetInfo", "type": "object" }

You must be authenticated.

Other Tools from Spotify MCP Server

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

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