This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.0).
proofrelay.map_lender_condition_evidence
InactiveTool of GENESIS ProofRelay MCP Verifier
declared in 1.28.0
Map lender condition text, evidence, reviewer, and waiver hashes into a portable condition profile without satisfying lender conditions.
Parameters schema
{
"type": "object",
"$defs": {
"LenderConditionEvidenceInput": {
"type": "object",
"title": "LenderConditionEvidenceInput",
"required": [
"condition_id",
"condition_type",
"condition_hash"
],
"properties": {
"status": {
"enum": [
"pending",
"satisfied",
"rejected",
"waived",
"needs_review"
],
"type": "string",
"title": "Status",
"default": "pending",
"description": "Declared public condition status."
},
"waiver_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Waiver Hash",
"default": null,
"description": "Optional waiver hash."
},
"condition_id": {
"type": "string",
"title": "Condition Id",
"description": "Public lender condition id."
},
"reviewer_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Reviewer Hash",
"default": null,
"description": "Optional reviewer hash."
},
"condition_hash": {
"type": "string",
"title": "Condition Hash",
"description": "SHA-256 condition text hash."
},
"condition_type": {
"type": "string",
"title": "Condition Type",
"description": "Public condition category."
},
"evidence_hashes": {
"type": "array",
"items": {
"type": "string"
},
"title": "Evidence Hashes",
"description": "Evidence artifact hashes."
},
"non_secret_refs": {
"type": "array",
"items": {
"type": "string"
},
"title": "Non Secret Refs",
"description": "Public-safe condition references."
}
},
"description": "Hash-only lender condition evidence input."
}
},
"title": "map_lender_condition_evidenceArguments",
"required": [
"condition"
],
"properties": {
"condition": {
"$ref": "#/$defs/LenderConditionEvidenceInput"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
GENESIS ProofRelay MCP Verifier
1/7 registries