scan_directory
Deep scan a directory and retrieve subdirectories sorted by storage size in MB/GB with file counts, using configurable depth and size thresholds.
Instructions
Deep scan a directory and return subdirectories sorted by storage size in MB/GB with file counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute directory path to scan | |
| maxDepth | No | Depth to recurse (default 2) | |
| minSizeMB | No | Minimum size threshold in MB (default 50) |