Call via POST http://127.0.0.1:3000/get_rkey_server (JSON params as the body) or WebSocket.
This action takes no parameters.
{ expired_time, name, private_rkey?, group_rkey? }:rkey 过期时间与(存在时的)私聊/群聊 rkey。
Every response is wrapped in the standard envelope: { "status": "ok", "retcode": 0, "data": ... }. The table below describes data.
| Field | Type | Required | Description |
|---|---|---|---|
expired_time |
integer | ✓ | 过期时间戳(秒) |
name |
string | ✓ | 服务器名(恒 SnowLuma) |
private_rkey |
string | – | 私聊 rkey(存在时返回) |
group_rkey |
string | – | 群聊 rkey(存在时返回) |
MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.