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
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | ||
| content | No | random | |
| size_kb | No | ||
| size_mb | No | ||
| filename | No | ||
| overwrite | No | ||
| size_bytes | No | ||
| output_directory | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |