get_album
Retrieve album metadata and optionally a paginated list of tracks by passing a NetEase album ID.
Instructions
Fetch album metadata and optionally one page of tracks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| album_id | Yes | NetEase album ID. | |
| track_page | No | One-based track page. | |
| include_tracks | No | Whether to include a page of album tracks. | |
| track_page_size | No | Tracks per page; uses configured default when omitted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| size | No | ||
| type | No | ||
| tracks | No | ||
| artists | Yes | ||
| company | No | ||
| cover_url | No | ||
| track_page | Yes | ||
| description | No | ||
| publish_date | No | ||
| canonical_url | Yes |