This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.0).
proofrelay.summarize_agent_action_log
InactiveTool of GENESIS ProofRelay MCP Verifier
declared in 1.28.0
Summarize public-safe agent action log counts and hashes into a governance review profile without ingesting raw logs or traces.
Parameters schema
{
"type": "object",
"$defs": {
"AgentActionLogSummaryInput": {
"type": "object",
"title": "AgentActionLogSummaryInput",
"required": [
"log_hash",
"action_count"
],
"properties": {
"log_hash": {
"type": "string",
"title": "Log Hash",
"description": "SHA-256 hash of the action log."
},
"actor_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Actor Hash",
"default": null,
"description": "Optional actor hash."
},
"last_ts_ms": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "Last Ts Ms",
"default": null,
"description": "Last action timestamp."
},
"error_count": {
"type": "integer",
"title": "Error Count",
"default": 0,
"minimum": 0,
"description": "Number of failed actions."
},
"first_ts_ms": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "First Ts Ms",
"default": null,
"description": "First action timestamp."
},
"action_count": {
"type": "integer",
"title": "Action Count",
"minimum": 0,
"description": "Number of actions summarized."
},
"session_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Session Hash",
"default": null,
"description": "Optional session hash."
},
"authority_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Authority Hash",
"default": null,
"description": "Optional authority hash."
},
"action_type_counts": {
"type": "object",
"title": "Action Type Counts",
"description": "Public action type counts.",
"additionalProperties": {
"type": "integer"
}
},
"payment_context_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Payment Context Hash",
"default": null,
"description": "Optional payment context hash."
}
},
"description": "Hash-only agent action log summary input."
}
},
"title": "summarize_agent_action_logArguments",
"required": [
"action_log"
],
"properties": {
"action_log": {
"$ref": "#/$defs/AgentActionLogSummaryInput"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
GENESIS ProofRelay MCP Verifier
1/7 registries