get_user_top_tracks
Get a user's most-played tracks for any period (overall, 7day, 1month, etc.). Supports pagination and defaults to the authenticated user.
Instructions
Get a user's most played tracks over a period.
Args: user: Whose chart to read. Defaults to the authenticated account. period: One of overall, 7day, 1month, 3month, 6month, 12month. limit: Results per page. page: Which page of results to fetch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| user | No | ||
| limit | No | ||
| period | No | overall |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |