Call via POST http://127.0.0.1:3000/get_group_album_list (JSON params as the body) or WebSocket.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
group_id |
uint | ✓ | 群号 |
群相册列表数组,每项为一个相册的基本信息。
Every response is wrapped in the standard envelope: { "status": "ok", "retcode": 0, "data": ... }. The table below describes data.
data is an array; each element:
| Field | Type | Required | Description |
|---|---|---|---|
id |
string | ✓ | 相册 id |
name |
string | ✓ | 相册名称 |
picNum |
integer | ✓ | 相册内照片数量 |
createTime |
integer | ✓ | 相册创建时间(unix 秒) |
MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.