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 | ✓ | 群名 |
group_remark |
string | ✓ | 当前账号设置的群备注 |
member_count |
integer | ✓ | 当前成员数 |
max_member_count |
integer | ✓ | 成员上限 |
group_create_time |
integer | – | 建群时间戳(秒) |
group_level |
integer | – | 群等级(列表批量场景恒 0,详见 get_group_info) |
group_memo |
string | – | 群简介 / 公告预览 |
group_all_shut |
integer (-1 / 0) | ✓ | 是否开启全员禁言(-1 开启,0 关闭) |
MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.