Back to tools

explain_tool_risk

Explain a tool's deterministic auth, mutability, and risk posture from registry metadata.

Schema and Policy
{
  "name": "explain_tool_risk",
  "description": "Explain a tool's deterministic auth, mutability, and risk posture from registry metadata.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "name": {
        "type": "string"
      }
    },
    "required": [
      "name"
    ]
  },
  "category": "Registry",
  "authRequired": false,
  "mutability": "read",
  "status": "active"
}