Binds one agent-run transaction across three independent agentic-commerce layers into a single hash-anchored composite: UCP cart/checkout discovery, ACP checkout conformance, and the AP2 payment mandate. UCP composes with AP2 rather than competing with it (Google developer blog); this chain evidences that composition as one dated receipt. Each step keeps its own verdict scope, never merged into a single cross-layer determination.
lint_ucp_checkout_payload{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "lint_ucp_checkout_payload",
"arguments": {}
},
"id": 1
}
validate_acp_checkout{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "validate_acp_checkout",
"arguments": {}
},
"id": 1
}
validate_ap2_mandate_chain{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "validate_ap2_mandate_chain",
"arguments": {}
},
"id": 1
}