audit_query
ActiveTool of SaSame Research Agent
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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SaSame Research Agent
https://github.com/shigeki7777/sasame-mcp
2/7 registries