Skip to main content
Glama

Mews MCP

by code-rabi

getRatePricing

Retrieve pricing details for specified rates within a defined period using the API. Input rate IDs, start, and end dates to fetch accurate rate pricing data.

Instructions

Returns prices of rates during the specified period

Input Schema

NameRequiredDescriptionDefault
EndUtcYesEnd date for pricing period (ISO 8601)
RateIdsYesArray of rate IDs to get pricing for
StartUtcYesStart date for pricing period (ISO 8601)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "EndUtc": { "description": "End date for pricing period (ISO 8601)", "type": "string" }, "RateIds": { "description": "Array of rate IDs to get pricing for", "items": { "type": "string" }, "maxItems": 1000, "type": "array" }, "StartUtc": { "description": "Start date for pricing period (ISO 8601)", "type": "string" } }, "required": [ "RateIds", "StartUtc", "EndUtc" ], "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