Get chart positions of an artist's tracks across platforms and countries
Name
get_artist_track_chart_positions
Schema
Properties
| Name |
Description |
Example |
| artistId |
Unique identifier of the artist |
11e81bd3-4a1f-de5c-8a88-a0369fe50396 |
| platform |
Platform used to filter chart data. Use the list_song_chart_platforms tool to retrieve supported platforms. |
spotify |
| currentOnly |
Get only the current chart positions. Set to false to also retrieve past positions. |
1 |
| limit |
Maximum number of items to return |
|
| offset |
Number of items to skip before starting to return results. Used for offset-based pagination. |
|
Required