get_artist
Fetch artist metadata and optionally a bounded list of top songs from NetEase Cloud Music by providing an artist ID.
Instructions
Fetch artist metadata and optionally a bounded list of top songs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist_id | Yes | NetEase artist ID. | |
| top_song_count | No | Top-song count; uses configured default when omitted. | |
| include_top_songs | No | Whether to include top songs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| aliases | No | ||
| mv_count | No | ||
| cover_url | No | ||
| top_songs | No | ||
| album_count | No | ||
| description | No | ||
| music_count | No | ||
| canonical_url | Yes |