file_stats
Analyze a directory to retrieve total files, size, extension distribution, largest files, and newest/oldest timestamps.
Instructions
Analyze a directory: total files, total size, file count by extension, largest files, newest/oldest files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dir_path | Yes | Absolute path to the directory | |
| max_depth | No | Maximum depth to traverse (default: 10, 0 = unlimited) |