Skip to main content
Glama

Mews MCP

by code-rabi

addCustomer

Create a new customer in the Mews MCP server by inputting details like name, email, phone, birthdate, citizenship, and more. Streamline guest management in hospitality systems.

Instructions

Create a new customer

Input Schema

NameRequiredDescriptionDefault
BirthDateNoBirth date (ISO 8601 format)
BirthPlaceNoPlace of birth
CitizenshipCountryCodeNoISO country code of citizenship
EmailNoCustomer email address
FirstNameNoCustomer first name
GenderCodeNoGender code
LanguageCodeNoPreferred language ISO code
LastNameNoCustomer last name
LoyaltyCodeNoLoyalty program code
NationalityCountryCodeNoISO country code of nationality
OccupationNoCustomer occupation
PhoneNoCustomer phone number
SecondLastNameNoSecond last name
TaxIdentifierNoTax identification number
TitleNoCustomer title (Mr, Ms, etc.)

Input Schema (JSON Schema)

{ "properties": { "BirthDate": { "description": "Birth date (ISO 8601 format)", "type": "string" }, "BirthPlace": { "description": "Place of birth", "type": "string" }, "CitizenshipCountryCode": { "description": "ISO country code of citizenship", "type": "string" }, "Email": { "description": "Customer email address", "format": "email", "type": "string" }, "FirstName": { "description": "Customer first name", "type": "string" }, "GenderCode": { "description": "Gender code", "type": "string" }, "LanguageCode": { "description": "Preferred language ISO code", "type": "string" }, "LastName": { "description": "Customer last name", "type": "string" }, "LoyaltyCode": { "description": "Loyalty program code", "type": "string" }, "NationalityCountryCode": { "description": "ISO country code of nationality", "type": "string" }, "Occupation": { "description": "Customer occupation", "type": "string" }, "Phone": { "description": "Customer phone number", "type": "string" }, "SecondLastName": { "description": "Second last name", "type": "string" }, "TaxIdentifier": { "description": "Tax identification number", "type": "string" }, "Title": { "description": "Customer title (Mr, Ms, etc.)", "type": "string" } }, "type": "object" }

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/code-rabi/mews-mcp'

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