Skip to main content
Glama

Mews MCP

by code-rabi

mergeCustomers

Merge two customer profiles in the Mews hospitality platform by transferring data from a source customer ID to a target customer ID.

Instructions

Merges two customers together

Input Schema

NameRequiredDescriptionDefault
SourceCustomerIdYesID of customer to merge from
TargetCustomerIdYesID of customer to merge into

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "SourceCustomerId": { "description": "ID of customer to merge from", "type": "string" }, "TargetCustomerId": { "description": "ID of customer to merge into", "type": "string" } }, "required": [ "SourceCustomerId", "TargetCustomerId" ], "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