Call via POST http://127.0.0.1:3000/get_group_at_all_remain (JSON params as the body) or WebSocket.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
group_id |
uint | ✓ | 群号 |
{ can_at_all, remain_at_all_count_for_group, remain_at_all_count_for_uin }:@全体可用性与剩余次数。
Every response is wrapped in the standard envelope: { "status": "ok", "retcode": 0, "data": ... }. The table below describes data.
| Field | Type | Required | Description |
|---|---|---|---|
can_at_all |
boolean | ✓ | 当前是否可 @全体成员 |
remain_at_all_count_for_group |
integer | ✓ | 本群今日剩余 @全体次数 |
remain_at_all_count_for_uin |
integer | ✓ | 本账号今日剩余 @全体次数 |
MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.