Skip to main content
Glama

ZIP-MCP

compress

Compress files or directories into a ZIP archive with options for encryption, compression level, and password protection using ZIP-MCP.

Instructions

Compress local files or directories into a ZIP file

Input Schema

NameRequiredDescriptionDefault
inputYes
optionsNo
outputYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "input": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "options": { "additionalProperties": false, "properties": { "comment": { "type": "string" }, "encryptionStrength": { "enum": [ 1, 2, 3 ], "type": "number" }, "level": { "maximum": 9, "minimum": 0, "type": "number" }, "overwrite": { "type": "boolean" }, "password": { "type": "string" } }, "type": "object" }, "output": { "type": "string" } }, "required": [ "input", "output" ], "type": "object" }

You must be authenticated.

Other Tools from ZIP-MCP

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/7gugu/zip-mcp'

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