Skip to main content
Glama
Wordbe

mac2win-zip MCP Server

by Wordbe

create_windows_compatible_zip

Create ZIP archives that Windows can open without filename errors by normalizing Unicode and removing forbidden characters. Ensure error-free file transfer from macOS to Windows.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathsYes
outputNoarchive.zip
working_dirNo
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations present, the description carries the full burden of behavioral disclosure, but it only states that a Windows-compatible ZIP is created. It does not reveal important behavioral traits such as whether existing output files are overwritten, how directories are traversed, what compatibility adjustments are made, or what side effects occur on failure. The term 'Windows-compatible' is vague and not elaborated, leaving common implementation details undisclosed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and well-structured: a single purpose line followed by a focused Args list. Every sentence contributes useful information, and the front-loaded purpose statement makes the tool's intent immediately clear without unnecessary fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the lack of annotations and output schema, the description is incomplete for a side-effecting file-creation tool. It covers parameter meanings but omits critical context such as return behavior, overwrite handling, recursion details, error conditions, and any relationship or follow-up with sibling 'validate_zip_for_windows'. An agent would need to make many assumptions before safely invoking this tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema provides no descriptions (0% coverage), but the description's Args section fully compensates by explaining each parameter: paths are file or folder paths, output is the output ZIP filename, and working_dir is the base directory for relative paths. This adds meaningful semantic clarity beyond the raw schema types and defaults.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function with a specific verb ('Create') and resource ('Windows-compatible ZIP file from files and/or folders'). It distinguishes itself from the sibling tool 'validate_zip_for_windows' by focusing on creation rather than validation, so there is no ambiguity about the tool's purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use it ('Create Windows-compatible ZIP file') but does not provide explicit usage context or exclusions. It does not mention alternatives like 'validate_zip_for_windows' or explain when the tool should not be used, leaving the agent to infer the appropriate scenario from the tool name and one-line summary.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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

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