get_album_detail
Retrieve detailed album information including name, artist, release date, description, and song count using the album's MID identifier.
Instructions
获取专辑详情
Args: album_mid: 专辑的 MID 标识符
Returns: 专辑详情的 JSON 字符串,包含专辑名、歌手、发行日期、描述、歌曲数量等
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| album_mid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |