Skip to main content
Glama

zip-archive-create-extract-bomb-guard

Bundle a month of documents

zip_bundle_month

Local (stdio) install only. On this hosted endpoint /mcp/invoice, /mcp/quotes, /mcp/expense-tracker, /mcp/docx and /mcp/resume return their documents as one-hour download links and keep no output folder to read, so there is nothing for this tool to bundle. Pack the files with zip_upload plus zip_create instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
monthNoMonth as YYYY-MM. Default: this month. Files are chosen by their modification date
dry_runNoReport what would go in and write nothing
serversNoOnly these sibling servers: invoice, quotes, expense-tracker, docx, resume. Default: all five
out_pathNoName for the bundle. Default: the month, e.g. 2026-09
overwriteNoReplace out_path if it exists. Default false

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

Annotations are all false and provide no meaningful behavioral constraints. The description adds useful environment context (hosted servers return one-hour download links and keep no output folder), but it says nothing about what happens when the tool does run—what file is produced, side effects, or overwrite behavior. No contradiction with annotations.

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

Conciseness4/5

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

Three short sentences, front-loaded with the hard constraint 'Local (stdio) install only.' It avoids repeating schema content and spends its length on the routing caveat. Compact, though one sentence stating the local behavior would have made it stronger.

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

Completeness3/5

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

For a tool with five optional parameters, no output schema, and no helpful annotations, the description provides crucial environment routing but omits the core local behavior and outcome. An agent can infer much from title and schema, but the definition is not self-sufficient and has clear gaps around what is produced and where.

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

Parameters3/5

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

Schema description coverage is 100% and all five parameters have descriptions, so the description does not need to repeat them. It adds no parameter-specific meaning beyond what the schema already provides, matching the baseline.

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

Purpose3/5

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

The description never states the core action ('bundle a month of documents from sibling servers into a zip')—it relies on the title and parameter names. It does usefully narrow scope by naming the five servers and the hosted-endpoint caveat, but the main verb and resource are left implicit.

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

Usage Guidelines5/5

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

Explicitly states the tool is local/stdio only, that on the hosted endpoint there is nothing to bundle, and names the exact alternative pathway (zip_upload plus zip_create). This is direct when/when-not/alternative guidance.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.