Skip to main content
Glama
Zulelee

test-files-mcp

by Zulelee

create_archive_tool

Create ZIP archives for test scenarios, including empty archives, nested directories, or many files. Customize file count, size, and compression to build test fixtures locally.

Instructions

Generate a ZIP archive test fixture.

Examples: empty ZIP, ZIP with 100 files, nested directory structure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seedNo
emptyNo
filesNo
nestedNo
filenameNo
overwriteNo
compressionNodeflated
file_size_kbNo
output_directoryNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions generation of ZIP archives with configurable options (empty, files, nested) but does not explicitly state side effects like file creation on disk or whether the tool writes to a directory. However, the output schema exists, and the parameter names (output_directory, overwrite) imply file creation. The description is honest and covers key behaviors like creating archives with examples, but lacks explicit details on destructive actions (overwrite) or file system changes.

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?

The description is short and front-loaded with the core purpose. The two examples are concise and add value. However, it could be slightly more structured with parameter explanations, but given its brevity, it earns high marks for not wasting words. The examples are helpful but could be more explicit.

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?

Given the tool has 9 parameters, an output schema, and is a test fixture generator, the description is somewhat minimal. It doesn't explain parameter semantics, return behavior, or edge cases. The output schema exists but the description would benefit from covering parameter interplay (e.g., empty vs files, nested meaning). It is functional but leaves the agent to infer many details, making it adequate but not complete.

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 0%, meaning the description does not explain any parameters. The description only mentions 'empty', 'files', 'nested' through examples, but no parameter details. With 9 parameters and zero coverage, the description fails to compensate. The baseline would be 3 because the schema has defaults and types, but the description adds no semantic value beyond a few examples. It does not explain what 'seed', 'compression', 'file_size_kb', or 'output_directory' mean.

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

Purpose4/5

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

The description clearly states the tool generates a ZIP archive test fixture, with a specific verb (generate) and resource (ZIP archive test fixture). It provides examples of usage (empty ZIP, zip with 100 files, nested directory structure) that help distinguish it from sibling tools that create other file types (dummy, image, pdf, etc.). However, it doesn't explicitly compare with the sibling create_archive_tool vs others that might also create archives, but the name and examples suffice.

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 usage for creating test ZIP archives but offers no explicit guidance on when to use this tool vs alternatives like create_corrupted_file_tool or create_edge_case_filename_tool. Examples give context for typical use cases (empty, many files, nested structure) but don't state when not to use it. The sibling tools are clear alternatives for other file types, but no direct comparison is provided.

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/Zulelee/test-files-mcp'

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