Call via POST http://127.0.0.1:3000/get_group_root_files (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.
| Field | Type | Required | Description |
|---|---|---|---|
files |
object[] | ✓ | 文件列表 |
folders |
object[] | ✓ | 文件夹列表 |
MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.