Call via POST http://127.0.0.1:3000/get_group_info (JSON params as the body) or WebSocket.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
group_id |
uint | ✓ | 群号 | |
no_cache |
bool | – | false |
群信息对象。
Every response is wrapped in the standard envelope: { "status": "ok", "retcode": 0, "data": ... }. The table below describes data.
| Field | Type | Required | Description |
|---|---|---|---|
group_id |
integer | ✓ | 群号 |
group_name |
string | ✓ | 群名 |
member_count |
integer | ✓ | 当前成员数 |
max_member_count |
integer | ✓ | 成员上限 |
group_create_time |
integer | – | 建群时间戳(秒) |
group_level |
integer | – | 群等级 |
group_memo |
string | – | 群简介 / 公告预览 |
MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.