Skip to main content
Glama

Mews MCP

by code-rabi

addLoyaltyPrograms

Add new loyalty programs to the Mews MCP server, enabling creation of up to 1000 programs with customizable names, descriptions, external identifiers, and activation statuses for enhanced customer engagement.

Instructions

Adds new loyalty programs to the system

Input Schema

NameRequiredDescriptionDefault
ChainIdNoUnique identifier of the chain. Required when using Portfolio Access Tokens, ignored otherwise.
LoyaltyProgramsYesArray of loyalty program 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" }, "LoyaltyPrograms": { "description": "Array of loyalty program objects to create", "items": { "additionalProperties": false, "properties": { "Description": { "description": "Description of the loyalty program", "type": "string" }, "ExternalIdentifier": { "description": "External identifier of the loyalty program", "type": "string" }, "IsActive": { "description": "Whether the loyalty program is active", "type": "boolean" }, "Name": { "description": "Name of the loyalty program", "type": "string" } }, "required": [ "Name" ], "type": "object" }, "maxItems": 1000, "type": "array" } }, "required": [ "LoyaltyPrograms" ], "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