extract_archive
Extract files from compressed archives to a specified directory, with optional filtering by file pattern.
Instructions
Extract files from an archive
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archivePath | Yes | Path to the archive file | |
| outputPath | Yes | Directory to extract files to | |
| filter | No | File pattern to extract (optional) | |
| overwrite | No | Whether to overwrite existing files |