get_recent_activity
Retrieve recent file system changes from watched directories to track file creations, modifications, deletions, and moves for understanding recent work.
Instructions
Get recent file system activity from watched directories.
Shows the latest file changes (created, modified, deleted, moved) in your notes and files directories. Useful for understanding what you've been working on recently.
Args: limit: Number of recent events to return (default 20, max 100).
Returns: JSON string with recent file events and timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |