Generate a fake person
generate_personCreate a synthetic Nigerian person record with identity and contact fields. Optionally specify language (Hausa, Igbo, Yoruba) and gender to get tailored fake data for testing or development.
Instructions
Generates one basic composite person record with identity and contact fields. Use atomic tools when you need only one attribute. Accepts optional language (hausa, igbo, or yoruba) and gender (male or female). Returns one synthetic object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gender | No | The person's gender | |
| language | No | The person's language |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | |||
| phone | Yes | ||
| title | Yes | ||
| address | Yes | ||
| fullName | Yes | ||
| lastName | Yes | ||
| firstName | Yes |