ToolBox MCP Server

by xiaoguomeiyitian
Verified

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

NameRequiredDescriptionDefault
actionYesAction type: compress or extract
destinationPathYesAbsolute path to destination file/directory
formatYesCompression format: zip, tar, tar.gz
sourcePathYesAbsolute path to source file/directory

Input Schema (JSON Schema)

{ "description": "Compress/extract files (zip, tar, tar.gz)", "name": "compress_tool", "properties": { "action": { "description": "Action type: compress or extract", "enum": [ "compress", "extract" ], "type": "string" }, "destinationPath": { "description": "Absolute path to destination file/directory", "type": "string" }, "format": { "description": "Compression format: zip, tar, tar.gz", "enum": [ "zip", "tar", "tar.gz" ], "type": "string" }, "sourcePath": { "description": "Absolute path to source file/directory", "type": "string" } }, "required": [ "action", "sourcePath", "destinationPath", "format" ], "type": "object" }

You must be authenticated.

Other Tools from ToolBox MCP Server

Related Tools

ID: 1mviic5ax5