Skip to main content
Glama

Mews MCP

by code-rabi

getAllLoyaltyTiers

Retrieve all loyalty tiers for an enterprise, with optional filters by identifiers, creation or update dates, names, or activity states, using Mews MCP server.

Instructions

Returns all loyalty tiers of the enterprise, optionally filtered by specific loyalty tier 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 tier was created (max length 3 months)
LimitationNoLimitation on the quantity of data returned
LoyaltyProgramIdsNoUnique identifiers of Loyalty programs.
LoyaltyTierIdsNoUnique identifiers of Loyalty tiers.
NamesNoNames of the loyalty tiers.
UpdatedUtcNoThe time interval during which the tier 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 tier 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 tiers 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" }, "LoyaltyTierIds": { "description": "Unique identifiers of Loyalty tiers.", "items": { "type": "string" }, "maxItems": 1000, "type": "array" }, "Names": { "description": "Names of the loyalty tiers.", "items": { "type": "string" }, "maxItems": 1000, "type": "array" }, "UpdatedUtc": { "description": "The time interval during which the tier 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