Generate Random User Profile
test.random.userGenerate realistic random user profiles with name, email, phone, address, photo. Filter by nationality and gender for testing and demo data.
Instructions
Generate realistic random user profiles — name, email, phone, address, age, gender, photo. Filter by nationality and gender. For testing and demo data (RandomUser.me)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of random users to generate (default 1, max 20) | |
| nationality | No | Nationality filter — comma-separated ISO codes (e.g. "us", "gb,fr,de") | |
| gender | No | Gender filter |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |