Cloud MCPrisk
risk
4 MCP tools on the Hanzo cloud door that call the risk API.
The 4 tools tools/list names for risk. Each dispatches to an operation in the risk API reference.
| Tool | Route | Arguments | Required | Description |
|---|---|---|---|---|
dataset | POST /v1/risk/datasets | 2 | op | dataset: 7 operations. Name one in "op" and pass that operation's own arguments in "input". |
label | POST /v1/risk/labels/dispose | 2 | op | label: 7 operations. Name one in "op" and pass that operation's own arguments in "input". |
reference | DELETE /v1/risk/reference/{set} | 2 | op | reference: 6 operations. Name one in "op" and pass that operation's own arguments in "input". |
risk | PUT /v1/risk/state/model | 2 | op | risk: 9 operations. Name one in "op" and pass that operation's own arguments in "input". |
How is this guide?