Skip to main content
Glama

Mews MCP

by code-rabi

deleteLoyaltyPrograms

Remove loyalty programs by specifying their unique IDs using the Mews MCP server. Streamline loyalty program management by deleting outdated or inactive programs efficiently.

Instructions

Deletes loyalty programs

Input Schema

NameRequiredDescriptionDefault
LoyaltyProgramIdsYesUnique identifier of the loyalty programs to be deleted

Input Schema (JSON Schema)

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