vault_activity
Retrieve or clear logged tool calls with filtering by session, timestamp, file, or tool. Use query to inspect actions, clear to wipe entries.
Instructions
Query or clear the activity log. Shows tool calls made across sessions with timestamps and arguments. Use action 'query' to retrieve entries, 'clear' to delete entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Filter by file path substring in arguments | |
| tool | No | Filter by tool name (e.g., 'vault_read', 'vault_write') | |
| limit | No | Max entries to return (query only, default: 50) | |
| since | No | Filter entries on or after this ISO timestamp (e.g., '2026-02-08') | |
| action | No | Action to perform (default: query) | query |
| before | No | Filter entries before this ISO timestamp | |
| session | No | Filter by session ID |