Spotify MCP

get_top_artists

Get user's top artists from Spotify Args: limit: Number of artists (max 50) time_range: One of 'short_term' (4 weeks), 'medium_term' (6 months), 'long_term' (all time)

Input Schema

NameRequiredDescriptionDefault
limitNo
time_rangeNomedium_term

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "title": "Limit", "type": "integer" }, "time_range": { "default": "medium_term", "title": "Time Range", "type": "string" } }, "title": "get_top_artistsArguments", "type": "object" }