Skip to main content
Glama

Mews MCP

by code-rabi

getAllReservations

Retrieve filtered reservations from the Mews hospitality platform using specific IDs, customer details, states, or date ranges. Supports pagination and ensures results within a 100-hour time interval. Streamline reservation management with precise queries.

Instructions

Get reservations with filters. Note: The time interval between StartUtc and EndUtc must not exceed 100 hours.

Input Schema

NameRequiredDescriptionDefault
CustomerIdsNoFilter by customer IDs
EndUtcYesEnd date for search (ISO 8601)
LimitationNoPagination settings
ReservationIdsNoSpecific reservation IDs to retrieve
StartUtcYesStart date for search (ISO 8601)
StatesNoFilter by reservation states (Confirmed, Canceled, etc.)

Input Schema (JSON Schema)

{ "properties": { "CustomerIds": { "description": "Filter by customer IDs", "items": { "type": "string" }, "type": "array" }, "EndUtc": { "description": "End date for search (ISO 8601)", "type": "string" }, "Limitation": { "description": "Pagination settings", "properties": { "Count": { "description": "Maximum number of reservations to return", "type": "number" }, "Cursor": { "description": "Pagination cursor for next page", "type": "string" } }, "type": "object" }, "ReservationIds": { "description": "Specific reservation IDs to retrieve", "items": { "type": "string" }, "type": "array" }, "StartUtc": { "description": "Start date for search (ISO 8601)", "type": "string" }, "States": { "description": "Filter by reservation states (Confirmed, Canceled, etc.)", "items": { "type": "string" }, "type": "array" } }, "required": [ "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