This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.0).
proofrelay.compute_readiness_signal
InactiveTool of GENESIS ProofRelay MCP Verifier
declared in 1.28.0
Compute a public-safe readiness signal from title, closing, wire, lender-condition, approval, exception, and risk hashes/counts. The tool does not certify readiness to close or fund.
Parameters schema
{
"type": "object",
"$defs": {
"ReadinessSignalInput": {
"type": "object",
"title": "ReadinessSignalInput",
"required": [
"workflow_hash",
"target_milestone"
],
"properties": {
"workflow_hash": {
"type": "string",
"title": "Workflow Hash",
"description": "SHA-256 workflow or file hash."
},
"target_milestone": {
"enum": [
"title_clear_to_close",
"closing",
"funding",
"disbursement",
"post_close"
],
"type": "string",
"title": "Target Milestone",
"description": "Milestone being assessed."
},
"wire_review_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Wire Review Hash",
"default": null,
"description": "Wire review hash."
},
"closing_pack_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Closing Pack Hash",
"default": null,
"description": "Closing pack hash."
},
"critical_risk_count": {
"type": "integer",
"title": "Critical Risk Count",
"default": 0,
"minimum": 0,
"description": "Critical risk count."
},
"title_evidence_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Title Evidence Hash",
"default": null,
"description": "Title evidence hash."
},
"open_condition_count": {
"type": "integer",
"title": "Open Condition Count",
"default": 0,
"minimum": 0,
"description": "Open condition count."
},
"approval_receipt_hashes": {
"type": "array",
"items": {
"type": "string"
},
"title": "Approval Receipt Hashes",
"description": "Human approval receipt hashes."
},
"lender_condition_hashes": {
"type": "array",
"items": {
"type": "string"
},
"title": "Lender Condition Hashes",
"description": "Lender condition profile hashes."
},
"unresolved_exception_count": {
"type": "integer",
"title": "Unresolved Exception Count",
"default": 0,
"minimum": 0,
"description": "Public count of unresolved exceptions."
}
},
"description": "Hash-only real-estate workflow readiness signal input."
}
},
"title": "compute_readiness_signalArguments",
"required": [
"readiness"
],
"properties": {
"readiness": {
"$ref": "#/$defs/ReadinessSignalInput"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
GENESIS ProofRelay MCP Verifier
1/7 registries