Call via POST http://127.0.0.1:3000/get_online_clients (JSON params as the body) or WebSocket.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
no_cache |
bool | – | false |
是否强制刷新;QQ 当前仅暴露本地快照,true 会明确失败 |
{ clients }:QQ 本次会话最近推送的在线设备快照。
Every response is wrapped in the standard envelope: { "status": "ok", "retcode": 0, "data": ... }. The table below describes data.
| Field | Type | Required | Description |
|---|---|---|---|
clients |
object[] | ✓ | 在线设备列表 |
MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.