Call via POST http://127.0.0.1:3000/get_group_list (JSON params as the body) or WebSocket.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
no_cache |
bool | – | false |
群信息对象数组。
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 |
|---|---|---|---|
group_id |
integer | ✓ | 群号 |
group_name |
string | ✓ | 群名 |
member_count |
integer | ✓ | 当前成员数 |
max_member_count |
integer | ✓ | 成员上限 |
group_create_time |
integer | – | 建群时间戳(秒) |
group_level |
integer | – | 群等级(列表批量场景恒 0,详见 get_group_info) |
group_memo |
string | – | 群简介 / 公告预览 |
MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.