Skip to main content
Glama

ToolBox MCP Server

compress_tool

Compress or extract files and directories in formats like zip, tar, and tar.gz. Specify source and destination paths to manage file storage efficiently.

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" }

Other Tools from ToolBox MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/xiaoguomeiyitian/ToolBox'

If you have feedback or need assistance with the MCP directory API, please join our Discord server