create_json_tool
Generate JSON test fixtures with configurable depth, item count, and formatting. Set malformed to true to create intentionally invalid JSON for testing parsers and error handling.
Instructions
Generate a JSON test fixture. Set malformed=true for intentionally invalid JSON.
Examples: valid JSON array, malformed JSON with trailing comma or missing bracket.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | ||
| depth | No | ||
| items | No | ||
| pretty | No | ||
| filename | No | ||
| malformed | No | ||
| overwrite | No | ||
| output_directory | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |