get_lyric
Fetches song lyrics by MID, returning original and translated text in JSON format for use in music-related workflows.
Instructions
获取歌词
Args: song_mid: 歌曲的 MID 标识符
Returns: 歌词的 JSON 字符串,包含原歌词和翻译歌词(如有)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| song_mid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |