get_lyrics
Retrieve song lyrics by NetEase song ID with pagination, optional aligned translation, and romanization.
Instructions
Fetch a bounded lyric page with optional aligned translation and romanization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum lyric lines; uses configured default when omitted. | |
| offset | No | Zero-based lyric-line offset. | |
| song_id | Yes | NetEase song ID. | |
| include_translation | No | Include aligned translated text when available. | |
| include_romanization | No | Include aligned romanized text when available. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | ||
| lines | Yes | ||
| total | Yes | ||
| offset | Yes | ||
| song_id | Yes | ||
| has_more | Yes |