verify_claim
ActiveTool of io.tooloracle/trustlayer
Verify an agent's claim against FeedOracle signed evidence. Checks if a statement (e.g. 'USDC market cap is $32B') matches live, cryptographically signed data. Returns verified/partially_verified/unverified with confidence score and recommended action.
Parameters schema
{
"type": "object",
"required": [
"claim"
],
"properties": {
"claim": {
"type": "string",
"description": "The claim to verify, e.g. 'USDC has $32B market cap'"
},
"symbol": {
"type": "string",
"description": "Token symbol (auto-detected from claim if omitted)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.tooloracle/trustlayer
https://github.com/ToolOracle/trustlayer
1/7 registries