Skip to main content
Glama

ToolBox MCP Server

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

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