velixar_audit_log
Query recent tool calls from the current MCP session or retrieve a durable, hash-chained audit trail for verified provenance.
Instructions
Query recent tool calls made by THIS MCP session (in-process diagnostics, volatile, completed calls only). For the durable, hash-chained provenance trail pass durable:true — that queries the backend audit chain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ISO timestamp — only entries after this time | |
| limit | No | Max entries to return (default 20) | |
| before | No | ISO timestamp — only entries before this time | |
| durable | No | Query the backend hash-chained audit trail instead of this session buffer | |
| tool_name | No | Filter by tool name |