Skip to main content
Glama

Mews MCP

by code-rabi

getAllLoyaltyPrograms

Retrieve all loyalty programs within the Mews MCP server, optionally filtered by IDs, names, activity states, or date ranges using this tool. Ideal for managing and analyzing enterprise loyalty programs efficiently.

Instructions

Returns all loyalty programs of the enterprise, optionally filtered by specific loyalty program identifiers or other filter parameters.

Input Schema

NameRequiredDescriptionDefault
ActivityStatesNoWhether to return only active, only deleted or both records.
ChainIdsNoUnique identifiers of the chain. If not specified, the operation returns data for all chains within scope of the Access Token.
CreatedUtcNoThe time interval during which the program was created (max length 3 months)
LimitationNoLimitation on the quantity of data returned
LoyaltyProgramIdsNoUnique identifiers of Loyalty programs.
NamesNoNames of the loyalty programs.
UpdatedUtcNoThe time interval during which the program was last updated (max length 3 months)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "ActivityStates": { "description": "Whether to return only active, only deleted or both records.", "items": { "type": "string" }, "type": "array" }, "ChainIds": { "description": "Unique identifiers of the chain. If not specified, the operation returns data for all chains within scope of the Access Token.", "items": { "type": "string" }, "maxItems": 1000, "type": "array" }, "CreatedUtc": { "description": "The time interval during which the program was created (max length 3 months)", "properties": { "EndUtc": { "description": "End of creation date range (ISO 8601)", "type": "string" }, "StartUtc": { "description": "Start of creation date range (ISO 8601)", "type": "string" } }, "type": "object" }, "Limitation": { "description": "Limitation on the quantity of data returned", "properties": { "Count": { "description": "Maximum number of loyalty programs to return", "type": "number" }, "Cursor": { "description": "Pagination cursor for next page", "type": "string" } }, "type": "object" }, "LoyaltyProgramIds": { "description": "Unique identifiers of Loyalty programs.", "items": { "type": "string" }, "maxItems": 1000, "type": "array" }, "Names": { "description": "Names of the loyalty programs.", "items": { "type": "string" }, "maxItems": 1000, "type": "array" }, "UpdatedUtc": { "description": "The time interval during which the program was last updated (max length 3 months)", "properties": { "EndUtc": { "description": "End of update date range (ISO 8601)", "type": "string" }, "StartUtc": { "description": "Start of update date range (ISO 8601)", "type": "string" } }, "type": "object" } }, "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