Skip to main content
Glama
Zulelee

test-files-mcp

by Zulelee

create_dummy_file_tool

Generate a dummy file of a specified size (bytes, KB, or MB) with random, zero, or repeating text content to test uploads, storage limits, validators, and file-handling code.

Instructions

Create a dummy file of a requested size for testing file uploads, storage limits, validators, APIs, and other file-handling code.

Examples: 1 byte file, 500 KB, 20 MB, 1 GB (within configured limits). Content can be random bytes, zeros, or repeating text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seedNo
contentNorandom
size_kbNo
size_mbNo
filenameNo
overwriteNo
size_bytesNo
output_directoryNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral transparency. It does mention that content can be random bytes, zeros, or repeating text, which gives insight into output. However, it does not disclose potential side effects (e.g., if overwrite=true will overwrite an existing file), file system location, or whether there are limits on file size. The description is honest but not exhaustive about behavior.

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 succinct and front-loaded with a clear purpose. It uses bullet-point-like examples and a brief note on content types. It is efficient but could benefit from a brief note on parameter usage without becoming verbose. Overall, it is well-structured and easy to scan.

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 8 parameters and no annotations, the description is not fully complete. It doesn't explain the output schema (which might indicate the created file path), nor does it clarify parameter precedence or limits. The sibling tools suggest a family of file-creation tools, so the context is partially understood, but for a complex tool with many optional parameters, more detail is needed.

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?

The schema has 8 parameters with 0% description coverage, and the description does not explain each parameter individually. The description mentions 'size' and 'content' but does not clarify how size_kb, size_mb, size_bytes interact or which takes precedence. It also does not explain 'seed' or 'overwrite'. Since schema coverage is 0%, the description must compensate, but it only provides high-level hints about size and content, leaving many parameters ambiguous.

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 creates a dummy file of a requested size for testing file-handling code. It explicitly mentions the purpose (testing uploads, storage limits, validators, APIs) and provides examples of sizes. This distinguishes it from sibling tools like create_image_tool or create_corrupted_file_tool, which have different outputs.

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

Usage Guidelines4/5

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

The description indicates when to use this tool: for testing file uploads, storage limits, validators, APIs, and other file-handling code. It also provides examples of sizes and content types. However, it does not explicitly state when not to use it or mention alternatives (e.g., for creating a specific file type like image or PDF, use those dedicated tools). The context is clear but lacks explicit exclusions.

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