Call via POST http://127.0.0.1:3000/get_qun_album_list (JSON params as the body) or WebSocket.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
group_id |
uint | ✓ | 群号 |
NapCat 风格的相册列表封套:{album_list, attach_info, has_more}(本实现 attach_info 恒为空串、has_more 恒为 false)。
Every response is wrapped in the standard envelope: { "status": "ok", "retcode": 0, "data": ... }. The table below describes data.
| Field | Type | Required | Description |
|---|---|---|---|
album_list |
object[] | ✓ | 相册列表 |
attach_info |
string | ✓ | 分页游标(本 web 实现一次取满,恒为空串) |
has_more |
boolean | ✓ | 是否还有更多(本 web 实现恒为 false) |
MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.