Call via POST http://127.0.0.1:3000/get_friends_with_category (JSON params as the body) or WebSocket.
This action takes no parameters.
好友分组数组;每组包含 categoryId、categoryName、categoryMbCount 和 buddyList。
Every response is wrapped in the standard envelope: { "status": "ok", "retcode": 0, "data": ... }. The table below describes data.
data is an array; each element:
| Field | Type | Required | Description |
|---|---|---|---|
categoryId |
integer | ✓ | 分组 ID |
categoryName |
string | ✓ | 分组名称 |
categoryMbCount |
integer | ✓ | 服务端报告的分组好友数 |
buddyList |
object[] | ✓ | 该分组内的好友 |
MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.