Get Audit Log
get_audit_logReturns recent LMCP tool call history from the local audit log. Each entry shows timestamp, tool name, call source (local/cloud), success status, and duration. Useful for GDPR Article 30 compliance reporting and debugging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | Filter to successes (true) or failures (false) only (optional) | |
| tool | No | Filter to entries for a specific tool name (optional) | |
| limit | No | Number of recent entries to return (default 50, max 200) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| entries | No |