This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.0).
proofrelay.build_title_production_evidence
InactiveTool of GENESIS ProofRelay MCP Verifier
declared in 1.28.0
Build a hash-only title production evidence profile from order, property, title-search, commitment, exception, and tax-cert hashes. The tool does not certify title status or legal sufficiency.
Parameters schema
{
"type": "object",
"$defs": {
"TitleProductionEvidenceInput": {
"type": "object",
"title": "TitleProductionEvidenceInput",
"required": [
"order_hash",
"property_hash"
],
"properties": {
"order_hash": {
"type": "string",
"title": "Order Hash",
"description": "SHA-256 hash of title order."
},
"property_hash": {
"type": "string",
"title": "Property Hash",
"description": "SHA-256 hash of property ref."
},
"tax_cert_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Tax Cert Hash",
"default": null,
"description": "Optional tax cert hash."
},
"non_secret_refs": {
"type": "array",
"items": {
"type": "string"
},
"title": "Non Secret Refs",
"description": "Public-safe file or order refs."
},
"exception_hashes": {
"type": "array",
"items": {
"type": "string"
},
"title": "Exception Hashes",
"description": "Hashes of title exceptions."
},
"production_status": {
"enum": [
"open",
"clear",
"exceptions",
"review_required"
],
"type": "string",
"title": "Production Status",
"default": "review_required",
"description": "Declared public production status."
},
"title_search_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Title Search Hash",
"default": null,
"description": "Optional title search artifact hash."
},
"title_commitment_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Title Commitment Hash",
"default": null,
"description": "Optional title commitment hash."
}
},
"description": "Hash-only title production evidence profile input."
}
},
"title": "build_title_production_evidenceArguments",
"required": [
"title_evidence"
],
"properties": {
"title_evidence": {
"$ref": "#/$defs/TitleProductionEvidenceInput"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
GENESIS ProofRelay MCP Verifier
1/7 registries