Call via POST http://127.0.0.1:3000/get_fileset_id (JSON params as the body) or WebSocket.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
share_code |
string | ✓ |
{ fileset_id }:解析出的文件集 ID。
Every response is wrapped in the standard envelope: { "status": "ok", "retcode": 0, "data": ... }. The table below describes data.
| Field | Type | Required | Description |
|---|---|---|---|
fileset_id |
string | ✓ | 文件集 ID |
MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.