Skip to main content
Glama

Customer Registration MCP Server

by rodrigoai

createCustomer

Register new customers by providing name, email, and phone number. Add optional details like address, UTM parameters, and tags to create comprehensive customer profiles.

Instructions

Create a new customer in the external API. Requires name, email, and phone. Supports optional fields like address, UTM parameters, and more.

Input Schema

NameRequiredDescriptionDefault
nameYesCustomer full name (required)
emailYesCustomer email address (required)
phoneYesCustomer phone number (required)
retentionNoRetention flag
identificationNoCustomer identification document (e.g., CPF)
zipcodeNoZIP/Postal code
stateNoState/Province
streetNoStreet name
numberNoStreet number
neighborhoodNoNeighborhood
cityNoCity
list_idsNoList ID for categorization
create_dealNoWhether to create a deal
tagsNoTags for the customer
urlNoURL reference
utm_termNoUTM term parameter
utm_mediumNoUTM medium parameter
utm_sourceNoUTM source parameter
utm_campaignNoUTM campaign parameter
company_idNoCompany ID
utm_contentNoUTM content parameter

Input Schema (JSON Schema)

{ "properties": { "city": { "description": "City", "type": "string" }, "company_id": { "description": "Company ID", "type": "string" }, "create_deal": { "description": "Whether to create a deal", "type": "boolean" }, "email": { "description": "Customer email address (required)", "type": "string" }, "identification": { "description": "Customer identification document (e.g., CPF)", "type": "string" }, "list_ids": { "description": "List ID for categorization", "type": "number" }, "name": { "description": "Customer full name (required)", "type": "string" }, "neighborhood": { "description": "Neighborhood", "type": "string" }, "number": { "description": "Street number", "type": "string" }, "phone": { "description": "Customer phone number (required)", "type": "string" }, "retention": { "description": "Retention flag", "type": "boolean" }, "state": { "description": "State/Province", "type": "string" }, "street": { "description": "Street name", "type": "string" }, "tags": { "description": "Tags for the customer", "type": "string" }, "url": { "description": "URL reference", "type": "string" }, "utm_campaign": { "description": "UTM campaign parameter", "type": "string" }, "utm_content": { "description": "UTM content parameter", "type": "string" }, "utm_medium": { "description": "UTM medium parameter", "type": "string" }, "utm_source": { "description": "UTM source parameter", "type": "string" }, "utm_term": { "description": "UTM term parameter", "type": "string" }, "zipcode": { "description": "ZIP/Postal code", "type": "string" } }, "required": [ "name", "email", "phone" ], "type": "object" }

Other Tools from Customer Registration 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/rodrigoai/mcpNova'

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