You're viewing a demo portfolio

Join the waitlist
PRSM

confidence_gate

Active

Tool of io.tooloracle/trustlayer

declared in 1.0.0

Decision gate for agents: should I proceed, exercise caution, abstain, or escalate? Evaluates multi-factor confidence for a specific action type (cite, trade, report, recommend) against a threshold.

Parameters schema

{
  "type": "object",
  "required": [
    "symbol"
  ],
  "properties": {
    "symbol": {
      "type": "string",
      "description": "Token to evaluate"
    },
    "action_type": {
      "type": "string",
      "default": "cite",
      "description": "What the agent wants to do: cite, trade, report, recommend"
    },
    "min_confidence": {
      "type": "integer",
      "default": 70,
      "maximum": 100,
      "minimum": 0,
      "description": "Minimum confidence to proceed (0-100, default: 70)"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.tooloracle/trustlayer

https://github.com/ToolOracle/trustlayer

1/7 registries
View full server →
confidence_gate — io.tooloracle/trustlayer — PRSM MCP