Skip to main content
Glama

Mews MCP

by code-rabi

addLoyaltyTiers

Create and manage loyalty tiers within Mews MCP to enhance customer engagement by defining tier levels, benefits, and minimum points required for each tier.

Instructions

Adds new loyalty tiers to the system

Input Schema

NameRequiredDescriptionDefault
ChainIdNoUnique identifier of the chain. Required when using Portfolio Access Tokens, ignored otherwise.
LoyaltyTiersYesArray of loyalty tier objects to create

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "ChainId": { "description": "Unique identifier of the chain. Required when using Portfolio Access Tokens, ignored otherwise.", "type": "string" }, "LoyaltyTiers": { "description": "Array of loyalty tier objects to create", "items": { "additionalProperties": false, "properties": { "BenefitDescription": { "description": "Description of the benefits for this tier", "type": "string" }, "Description": { "description": "Description of the loyalty tier", "type": "string" }, "IsActive": { "description": "Whether the loyalty tier is active", "type": "boolean" }, "Level": { "description": "Level of the loyalty tier (lower numbers = lower tiers)", "type": "number" }, "LoyaltyProgramId": { "description": "Unique identifier of the loyalty program", "type": "string" }, "MinimumPointsRequired": { "description": "Minimum points required to reach this tier", "type": "number" }, "Name": { "description": "Name of the loyalty tier", "type": "string" } }, "required": [ "LoyaltyProgramId", "Name" ], "type": "object" }, "maxItems": 1000, "type": "array" } }, "required": [ "LoyaltyTiers" ], "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