Call via POST http://127.0.0.1:3000/check_url_safely (JSON params as the body) or WebSocket.
This action takes no parameters.
{ level }:安全等级(占位实现,恒为 1)。
Every response is wrapped in the standard envelope: { "status": "ok", "retcode": 0, "data": ... }. The table below describes data.
| Field | Type | Required | Description |
|---|---|---|---|
level |
integer | ✓ | 安全等级(占位,恒 1) |
MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.