Skip to main content
Glama

Mews MCP

by code-rabi

getAllRates

Retrieve all enterprise pricing rates with optional filters by rate IDs, service IDs, rate group IDs, or date range updates via Mews MCP server.

Instructions

Returns all rates (pricing) of the enterprise

Input Schema

NameRequiredDescriptionDefault
RateGroupIdsNoFilter by rate group IDs
RateIdsNoFilter by specific rate IDs
ServiceIdsNoFilter by service IDs
UpdatedUtcNoDate range filter for rate updates

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "RateGroupIds": { "description": "Filter by rate group IDs", "items": { "type": "string" }, "maxItems": 1000, "type": "array" }, "RateIds": { "description": "Filter by specific rate IDs", "items": { "type": "string" }, "maxItems": 1000, "type": "array" }, "ServiceIds": { "description": "Filter by service IDs", "items": { "type": "string" }, "maxItems": 1000, "type": "array" }, "UpdatedUtc": { "description": "Date range filter for rate updates", "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