compress_tool
Compress or extract files in formats like zip, tar, or tar.gz by specifying source and destination paths. Ideal for file management and automation tasks on the ToolBox MCP Server.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | Action type: compress or extract | |
destinationPath | Yes | Absolute path to destination file/directory | |
format | Yes | Compression format: zip, tar, tar.gz | |
sourcePath | Yes | Absolute path to source file/directory |