Call via POST http://127.0.0.1:3000/fetch_super_face_id (JSON params as the body) or WebSocket.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
face_id |
int | ✓ | QQ 系统表情编号 | |
refresh |
bool | – | false |
是否强制从 QQ 刷新目录 |
是否使用超级表情格式。
Every response is wrapped in the standard envelope: { "status": "ok", "retcode": 0, "data": ... }. The table below describes data.
| Field | Type | Required | Description |
|---|---|---|---|
is_super |
boolean | ✓ |
MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.