data_generate_from_schema
Generate realistic sample data from a JSON schema, TypeScript interface, or database schema. Choose count and format—JSON, CSV, or SQL—to populate test systems.
Instructions
Generate sample data from a JSON schema, TypeScript interface, or database schema
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of records to generate | |
| format | No | Output format: 'json', 'csv', or 'sql' | |
| schema | Yes | JSON schema, TypeScript interface, or SQL table definition | |
| api_key | No | API key for authentication |