Skip to main content
Glama
Zulelee

test-files-mcp

by Zulelee

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_dummy_file_toolA

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.

create_image_toolA

Generate a test image (JPEG, PNG, WEBP, BMP) with configurable dimensions, patterns, and approximate target file size.

Examples: 8000x8000 JPEG, approximately 20 MB JPEG, checkerboard PNG.

create_pdf_toolB

Generate a PDF test fixture with a specified number of pages.

Examples: 100 blank pages, 200-page PDF with sample text, ~30 MB PDF.

create_csv_toolB

Generate a CSV test fixture with synthetic data, streamed to disk.

Examples: 0 rows, 100,000 rows, 1,000,000 rows (within configured limits).

create_json_toolB

Generate a JSON test fixture. Set malformed=true for intentionally invalid JSON.

Examples: valid JSON array, malformed JSON with trailing comma or missing bracket.

create_archive_toolA

Generate a ZIP archive test fixture.

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

create_audio_toolB

Generate a WAV audio test fixture.

Examples: 30-second silent WAV, 5-second 440 Hz tone.

create_corrupted_file_toolB

Create a corrupted copy of a file for testing error handling. Never modifies the original.

Examples: corrupted JPEG, PDF truncated at 70%, ZIP with random bytes, PNG with wrong extension.

create_edge_case_filename_toolB

Generate a file with an edge-case filename for upload/path testing.

Cases: spaces, unicode, very_long, multiple_dots, uppercase_extension, no_extension, hidden.

inspect_file_toolA

Inspect a generated test file and return metadata (size, MIME type, SHA256, etc.).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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