get_album_songs
Retrieve the complete list of songs for an album using its MID identifier. Get a JSON-formatted track list instantly.
Instructions
获取专辑的歌曲列表
Args: album_mid: 专辑的 MID 标识符
Returns: 专辑歌曲列表的 JSON 字符串
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| album_mid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |