You're viewing a demo portfolio

Join the waitlist
PRSM

audit_query

Active

Tool of SaSame Research Agent

declared in 1.9.0

Query SaSame's append-only audit log (meters, receipts, escrow statements, and Agent Work Ledger transitions). Read-only: an empty log returns 0, never fabricated activity. Filter by meter_id, agent_id, kind, or since (ISO timestamp). Use to reconstruct what SaSame recorded; party labels are not legal identities and recorded statements are not independent proof that underlying work or payment occurred.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "kind": {
      "type": "string",
      "description": "e.g. meter_charge / meter_reject / receipt_issue"
    },
    "limit": {
      "type": "integer",
      "maximum": 200,
      "minimum": 1
    },
    "since": {
      "type": "string",
      "description": "ISO timestamp lower bound"
    },
    "agent_id": {
      "type": "string"
    },
    "meter_id": {
      "type": "string"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

SaSame Research Agent

https://github.com/shigeki7777/sasame-mcp

2/7 registries
View full server →
audit_query — SaSame Research Agent — PRSM MCP