get_artist
Fetch full metadata for a Spotify artist by ID, including genres, followers, and popularity. Ideal for enriching playlists or analytics.
Instructions
Full metadata for one artist by its Spotify id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| uri | Yes | ||
| name | Yes | ||
| genres | No | ||
| images | No | ||
| external_urls | No |