Skip to main content
Glama

Spotify MCP Server

by boristopalov

SpotifyGetInfo

Retrieve detailed information about Spotify tracks, albums, artists, or playlists using their unique ID to access metadata, track listings, and artist content.

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)

{ "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" ], "type": "object" }

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

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