generate_test_data
Generate realistic JSON, CSV, or SQL test data from structured tables or a plain-English prompt. Explicit table schemas up to 100 records can run free as a proof-of-work preview; plain-English prompt generation, larger requests, and production usage require a MockHero API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Seed for reproducible output. | |
| format | No | json | |
| locale | No | Default locale such as en, de, fr, es, or ja. | |
| prompt | No | Plain-English data request. Example: 50 users and 200 orders linked to them. | |
| tables | No | ||
| api_key | No | Optional MockHero API key for no-auth MCP clients. Prefer the Authorization header when the client supports it. | |
| sql_dialect | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||