filesystem
Perform file system operations such as browsing directories, reading files, searching, retrieving file info, finding large files, and checking disk usage on Windows systems.
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) |