file_activity_recent
Retrieve recently accessed files with aggregated activity data to track file usage patterns and monitor project workflows.
Instructions
Get recently accessed files with aggregated activity.
Args: project_root: Filter by project root (optional) limit: Maximum number of files to return (default: 20) days: Look back this many days (default: 14)
Returns: Dictionary with success status and list of recent files
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_root | No | ||
| limit | No | ||
| days | No |