timps_test_data_agent
Generate realistic seed or fixture data from JSON schemas, SQL DDL, or plain-text descriptions. Create edge-case-covering records in JSON, CSV, SQL, YAML, or Python formats, with locale and count control.
Instructions
Generate realistic, edge-case-covering seed / fixture data for any JSON schema, SQL DDL, or plain-text description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of records (default 20) | |
| format | No | json | |
| locale | No | Locale e.g. en_US, de_DE, ja_JP | en_US |
| schema | Yes | JSON schema, SQL DDL, or description |