Two-step agent-insurability evidence flow: score an agent execution evidence bundle for underwriter-facing evidence completeness, then build a two-sided replay-challenge dossier for a disputed execution_claim, optionally testing a warranty KPI breach.
score_agent_insurability_evidence{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "score_agent_insurability_evidence",
"arguments": {
"underwriter_profile": "aiuc",
"execution_claims": [
{
"execution_hash": "sha256:",
"human_oversight": true
}
],
"receipts": [
{
"receipt_hash": "sha256:"
}
]
}
},
"id": 1
}
build_claim_dispute_bundle{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "build_claim_dispute_bundle",
"arguments": {
"execution_claim": {
"execution_hash": "sha256:",
"tool_id": "art-251-compute-parametric-trigger-payout",
"receipts": [
{
"receipt_hash": "sha256:"
}
]
},
"challenge": {
"digest": "sha256:"
}
}
},
"id": 2
}