Skip to main content
Glama

Zapmail MCP Server

by dsouzaalan

generate_name_pairs

Generate culturally appropriate first name and last name pairs based on specified ethnicity and gender for use in testing, personalization, or demographic representation.

Instructions

Generate culturally appropriate firstname/lastname pairs for a given ethnicity and gender.

Input Schema

NameRequiredDescriptionDefault
ethnicityYesEthnicity category.
genderYesGender of the person(s).
numberOfNamesYesNumber of name pairs to generate.

Input Schema (JSON Schema)

{ "properties": { "ethnicity": { "description": "Ethnicity category.", "type": "string" }, "gender": { "description": "Gender of the person(s).", "enum": [ "male", "female", "neutral" ], "type": "string" }, "numberOfNames": { "description": "Number of name pairs to generate.", "minimum": 1, "type": "integer" } }, "required": [ "numberOfNames", "ethnicity", "gender" ], "type": "object" }

Other Tools from Zapmail MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/dsouzaalan/zapmail-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server