Organize Files
file_organizer_organize_filesAutomatically categorize files into organized folders using type detection, with optional content analysis for security threats and dry-run previews.
Instructions
Automatically organize files into categorized folders. Enable use_content_analysis to detect file type mismatches and potential security threats. Use dry_run=true to preview changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Simulate organization | |
| directory | Yes | Full path to the directory | |
| response_format | No | markdown | |
| conflict_strategy | No | How to handle file conflicts (rename/skip/overwrite). Uses config default if not specified | |
| use_content_analysis | No | Analyze file content for accurate type detection and security (slower) |