get_artist
Retrieve NetEase artist metadata by artist ID, with an option to include a limited list of top songs.
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 |