generate_mock_data
Generate realistic mock data like names, emails, addresses, dates, UUIDs, phone numbers, companies, fake credit cards, and IPs. Configure count and locale to suit testing needs.
Instructions
Generate realistic mock data: names, emails, addresses, dates, UUIDs, phone numbers, company names, credit cards (fake), IP addresses. Configurable count and locale.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Type of data to generate: name, email, address, date, uuid, phone, company, credit_card, ip | |
| count | No | Number of items to generate (default: 10, max: 1000) | |
| types | No | Generate mixed records with multiple field types (alternative to single type). Each record will have all specified fields. | |
| locale | No | Locale for generated data: "en" or "es" (default: "en") |