search_large
Find largest files in a directory to free up disk space. Results are sorted by size, with options for minimum file size and result count.
Instructions
Find the largest files in a directory. Useful for finding files that take up the most space. Results are sorted by size (largest first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Optional: Directory to search in (default: current workspace) | |
| minSizeMB | No | Optional: Minimum file size in MB to include | |
| maxResults | No | Number of largest files to return (default: 10) |