This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.0).
proofrelay.review_wire_payoff_change
InactiveTool of GENESIS ProofRelay MCP Verifier
declared in 1.28.0
Review hash-only wire, payoff, or disbursement change metadata for red flags and required controls without approving funds movement.
Parameters schema
{
"type": "object",
"$defs": {
"WirePayoffChangeInput": {
"type": "object",
"title": "WirePayoffChangeInput",
"required": [
"change_type",
"change_request_hash",
"new_instruction_hash"
],
"properties": {
"change_type": {
"enum": [
"wire_instruction",
"payoff_statement",
"disbursement_instruction",
"other"
],
"type": "string",
"title": "Change Type",
"description": "Change category under review."
},
"requester_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Requester Hash",
"default": null,
"description": "Optional requester hash."
},
"approval_hashes": {
"type": "array",
"items": {
"type": "string"
},
"title": "Approval Hashes",
"description": "Approval or escalation hashes."
},
"observed_red_flags": {
"type": "array",
"items": {
"type": "string"
},
"title": "Observed Red Flags",
"description": "Public-safe red flag reason codes."
},
"change_request_hash": {
"type": "string",
"title": "Change Request Hash",
"description": "SHA-256 change request hash."
},
"new_instruction_hash": {
"type": "string",
"title": "New Instruction Hash",
"description": "SHA-256 new instruction hash."
},
"payoff_statement_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Payoff Statement Hash",
"default": null,
"description": "Optional payoff statement hash."
},
"callback_evidence_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Callback Evidence Hash",
"default": null,
"description": "Optional callback or out-of-band verification hash."
},
"original_instruction_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Original Instruction Hash",
"default": null,
"description": "Optional original instruction hash."
}
},
"description": "Hash-only wire or payoff change evidence input."
}
},
"title": "review_wire_payoff_changeArguments",
"required": [
"wire_change"
],
"properties": {
"wire_change": {
"$ref": "#/$defs/WirePayoffChangeInput"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
GENESIS ProofRelay MCP Verifier
1/7 registries