get_audit_log_tool
Query the append-only audit log of Obsidian write actions to see who changed what and when, with optional filters by path, tool, or time. Most recent entries first.
Instructions
Query the append-only log of write-tool activity (who/what changed, not just the .trash/ state after the fact). Most recent first. path/tool/since are optional filters (since: ISO timestamp, inclusive). Entries: {timestamp, tool, path, summary}. Covers the core note/folder write tools; canvas/kanban/excalidraw/bases writes aren't logged yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| tool | No | ||
| limit | No | ||
| since | No | ||
| vault | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |