Skip to main content
Glama

Zapmail MCP Server

by dsouzaalan

generate_usernames

Generate professional mailbox usernames from full names or single words using customizable patterns for email account creation.

Instructions

Create professional mailbox usernames from a full name or single word using built-in patterns.

Input Schema

NameRequiredDescriptionDefault
nameYesPerson's full name or single word.
numberOfNamesYesNumber of usernames to generate.

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Person's full name or single word.", "type": "string" }, "numberOfNames": { "description": "Number of usernames to generate.", "minimum": 1, "type": "integer" } }, "required": [ "name", "numberOfNames" ], "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