Skip to main content
Glama

Mews MCP

by code-rabi

deleteLoyaltyTiers

Remove specific loyalty tiers from Mews hospitality platform by providing their unique identifiers in the required array. Simplifies tier management and system configuration.

Instructions

Deletes loyalty tiers

Input Schema

NameRequiredDescriptionDefault
LoyaltyTierIdsYesUnique identifier of the loyalty tiers to be deleted

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "LoyaltyTierIds": { "description": "Unique identifier of the loyalty tiers to be deleted", "items": { "type": "string" }, "maxItems": 1000, "type": "array" } }, "required": [ "LoyaltyTierIds" ], "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