get_largest_items
Identify the largest files and folders in a specified directory to quickly free up disk space. Returns top N items by size.
Instructions
Find top N largest files and subfolders under a specific path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute directory path to inspect | |
| limit | No | Number of top items to return (default 15) |