confidence_gate
ActiveTool of io.tooloracle/trustlayer
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
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.tooloracle/trustlayer
https://github.com/ToolOracle/trustlayer
1/7 registries