get_user_top_items
Retrieve a user's top artists or tracks from Spotify based on time range (4 weeks, 6 months, or years) and item limit. Choose between short, medium, or long-term listening history.
Instructions
Get user's top artists or tracks.
Args:
item_type: "artists" or "tracks"
time_range: "short_term" (4 weeks), "medium_term" (6 months), "long_term" (years)
limit: Number of items to return (1-50, default 50)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| item_type | No | tracks | |
| time_range | No | medium_term | |
| access_token | No |