This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.0).
proofrelay.build_audit_pack_manifest
InactiveTool of GENESIS ProofRelay MCP Verifier
declared in 1.28.0
Build a portable hash-only audit pack manifest from bundle, verifier, policy, and evidence hashes without uploading private files or logs.
Parameters schema
{
"type": "object",
"$defs": {
"AuditPackManifestInput": {
"type": "object",
"title": "AuditPackManifestInput",
"required": [
"subject_hash"
],
"properties": {
"pack_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Pack Id",
"default": null,
"description": "Optional audit pack id."
},
"control_refs": {
"type": "array",
"items": {
"type": "string"
},
"title": "Control Refs",
"description": "Public-safe control references."
},
"generated_at": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Generated At",
"default": null,
"description": "Optional ISO-8601 time."
},
"subject_hash": {
"type": "string",
"title": "Subject Hash",
"description": "SHA-256 hash of audit subject."
},
"bundle_hashes": {
"type": "array",
"items": {
"type": "string"
},
"title": "Bundle Hashes",
"description": "Evidence bundle hashes."
},
"policy_hashes": {
"type": "array",
"items": {
"type": "string"
},
"title": "Policy Hashes",
"description": "Policy or control hashes."
},
"evidence_hashes": {
"type": "array",
"items": {
"type": "string"
},
"title": "Evidence Hashes",
"description": "Additional evidence artifact hashes."
},
"verifier_response_hashes": {
"type": "array",
"items": {
"type": "string"
},
"title": "Verifier Response Hashes",
"description": "Verifier response hashes."
}
},
"description": "Hash-only audit pack manifest input."
}
},
"title": "build_audit_pack_manifestArguments",
"required": [
"audit_pack"
],
"properties": {
"audit_pack": {
"$ref": "#/$defs/AuditPackManifestInput"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
GENESIS ProofRelay MCP Verifier
1/7 registries