get_cleanup_suggestions
Identifies old and large files in the current directory to recommend cleanup candidates, preventing disk clutter and helping manage disk usage.
Instructions
Get automatic cleanup suggestions for output file management. Analyzes current directory size and file age to recommend cleanup candidates. Helps manage disk usage by identifying old or large files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_size_mb | No | Size threshold in MB for cleanup warnings. Default: 50MB. | |
| max_age_hours | No | Age threshold in hours for cleanup candidates. Default: 24 hours. | |
| include_warnings | No | Whether to include cleanup recommendations. Default: true. |