find_large_files
Identify oversized files in specified directories by setting size thresholds, search depth, and result limits. Output in text or JSON format. Use exclusion patterns to refine searches on the MCP Filesystem Server.
Instructions
Find files larger than the specified size.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
exclude_patterns | No | ||
format | No | text | |
max_results | No | ||
min_size_mb | No | ||
path | Yes | ||
recursive | No |