This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.0).
proofrelay.map_openapi_operation_evidence
InactiveTool of GENESIS ProofRelay MCP Verifier
declared in 1.28.0
Map public OpenAPI operation metadata and schema hashes into a ProofRelay event plan with checkpoint recommendations for paid, mutating, or relied-upon API operations.
Parameters schema
{
"type": "object",
"$defs": {
"OpenAPIOperationEvidenceInput": {
"type": "object",
"title": "OpenAPIOperationEvidenceInput",
"required": [
"operation_id",
"method",
"path_template"
],
"properties": {
"method": {
"enum": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"type": "string",
"title": "Method",
"description": "HTTP method for the operation."
},
"operation_id": {
"type": "string",
"title": "Operation Id",
"description": "OpenAPI operationId or stable id."
},
"path_template": {
"type": "string",
"title": "Path Template",
"description": "Public path template, no secrets."
},
"server_url_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Server Url Hash",
"default": null,
"description": "Optional SHA-256 hash of the server URL."
},
"payment_required": {
"type": "boolean",
"title": "Payment Required",
"default": false,
"description": "True if operation requires payment or entitlement."
},
"request_schema_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Request Schema Hash",
"default": null,
"description": "Optional SHA-256 hash of the request schema."
},
"idempotency_required": {
"type": "boolean",
"title": "Idempotency Required",
"default": false,
"description": "True if the operation should require idempotency."
},
"response_schema_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Response Schema Hash",
"default": null,
"description": "Optional SHA-256 hash of the response schema."
},
"security_scheme_refs": {
"type": "array",
"items": {
"type": "string"
},
"title": "Security Scheme Refs",
"description": "Non-secret names of OpenAPI security schemes used."
}
},
"description": "Public OpenAPI operation metadata mapped to ProofRelay evidence."
}
},
"title": "map_openapi_operation_evidenceArguments",
"required": [
"operation"
],
"properties": {
"operation": {
"$ref": "#/$defs/OpenAPIOperationEvidenceInput"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
GENESIS ProofRelay MCP Verifier
1/7 registries