filesystem
Perform file system operations such as directory browsing, file reading, searching, and disk usage analysis on Windows systems. Retrieve file details, locate large files, and manage file structures with ease.
Instructions
Comprehensive file system operations including directory browsing, file reading, searching, and basic file operations
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | The file system action to perform | |
max_depth | No | Maximum depth for recursive operations (default: 3) | |
path | No | File or directory path (required for most actions) | |
pattern | No | Search pattern for file searching (supports wildcards) | |
recursive | No | Whether to search recursively (default: false) | |
size_threshold | No | Size threshold in MB for finding large files (default: 100) |