Get Artist Info
get_artist_infoRetrieves detailed information about a Spotify artist and their top tracks using the artist's ID.
Instructions
Get detailed information about a Spotify artist.
Args:
artist_id: Spotify artist ID
Returns:
ArtistInfo with the artist and their top tracks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist | Yes | ||
| top_tracks | Yes |