You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.0).

proofrelay.build_human_approval_receipt

Inactive

Tool of GENESIS ProofRelay MCP Verifier

declared in 1.28.0

Build an unsigned, hash-only human approval receipt draft for authority, policy, and subject evidence. The tool does not create approval authority or certify the approver's identity.

Parameters schema

{
  "type": "object",
  "$defs": {
    "HumanApprovalReceiptInput": {
      "type": "object",
      "title": "HumanApprovalReceiptInput",
      "required": [
        "approver_role",
        "approver_hash",
        "decision",
        "subject_hash"
      ],
      "properties": {
        "decision": {
          "enum": [
            "approved",
            "rejected",
            "needs_changes"
          ],
          "type": "string",
          "title": "Decision",
          "description": "Approval decision."
        },
        "expires_at": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Expires At",
          "default": null,
          "description": "Optional ISO-8601 expiry."
        },
        "scope_hash": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Scope Hash",
          "default": null,
          "description": "Optional scope hash."
        },
        "approval_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Approval Id",
          "default": null,
          "description": "Optional approval id."
        },
        "approved_at": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Approved At",
          "default": null,
          "description": "Optional ISO-8601 time."
        },
        "policy_hash": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Policy Hash",
          "default": null,
          "description": "Optional policy hash."
        },
        "reason_codes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "title": "Reason Codes",
          "description": "Public-safe approval reason codes."
        },
        "subject_hash": {
          "type": "string",
          "title": "Subject Hash",
          "description": "SHA-256 hash of approved subject."
        },
        "approver_hash": {
          "type": "string",
          "title": "Approver Hash",
          "description": "SHA-256 hash of approver identity."
        },
        "approver_role": {
          "type": "string",
          "title": "Approver Role",
          "description": "Public-safe approver role."
        },
        "non_secret_refs": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "title": "Non Secret Refs",
          "description": "Non-secret evidence references."
        }
      },
      "description": "Hash-only human approval receipt draft input."
    }
  },
  "title": "build_human_approval_receiptArguments",
  "required": [
    "approval"
  ],
  "properties": {
    "approval": {
      "$ref": "#/$defs/HumanApprovalReceiptInput"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

GENESIS ProofRelay MCP Verifier

1/7 registries
View full server →