Skip to main content
Glama
Wordbe

mac2win-zip MCP Server

by Wordbe

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_windows_compatible_zipA

Create Windows-compatible ZIP file from files and/or folders.

Args: paths: List of file or folder paths to zip output: Output ZIP filename working_dir: Base directory for relative paths

validate_zip_for_windowsB

Validate if a ZIP file is Windows-compatible.

Args: zip_path: Path to the ZIP file to validate working_dir: Base directory for relative path

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 2 tools

Disambiguation5/5

The two tools are clearly distinct: one creates a Windows-compatible ZIP, the other validates an existing ZIP. There is no overlap in their purposes, so an agent can unambiguously choose the right tool.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern: create_windows_compatible_zip and validate_zip_for_windows. While the second name uses a preposition, the overall structure is uniform and predictable.

Tool Count5/5

With only two tools, the server is tightly scoped to its stated purpose of creating and validating Windows-compatible ZIP files. Each tool is essential and there is no unnecessary bloat.

Completeness5/5

For the domain of Windows-compatible ZIP handling, the server covers both primary operations: creation and validation. This is a complete workflow with no missing steps or dead ends.

Maintenance

ActivityInactive
ResponsivenessNo issues