get_album_detail
Retrieve comprehensive details for a specific album by providing its ID, including title, author, tags, and metadata.
Instructions
获取特定本子的详细信息。
参数: album_id: 本子 ID (例如 "123456")
返回: 包含详细信息的字典:id, title, author, likes, views, tags, actors, description, chapter_count, update_time, cover_url。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| album_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||