Skip to main content
Glama

Mews MCP

by code-rabi

addReservation

Create a new reservation with specified details, including customer ID, service ID, rate plan, check-in/out times, space category, and optional notes or voucher codes, via the Mews hospitality platform API.

Instructions

Adds a new reservation with the specified details

Input Schema

NameRequiredDescriptionDefault
AdultCountNoNumber of adults
BookingChannelNoChannel for booking
ChildCountNoNumber of children
CustomerIdNoCustomer ID for the reservation
EndUtcYesCheck-out date/time (ISO 8601)
NotesNoReservation notes
RatePlanIdYesRate plan ID
ServiceIdYesService ID
SpaceCategoryIdNoSpace category ID
StartUtcYesCheck-in date/time (ISO 8601)
VoucherCodeNoDiscount voucher code

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "AdultCount": { "description": "Number of adults", "type": "number" }, "BookingChannel": { "description": "Channel for booking", "type": "string" }, "ChildCount": { "description": "Number of children", "type": "number" }, "CustomerId": { "description": "Customer ID for the reservation", "type": "string" }, "EndUtc": { "description": "Check-out date/time (ISO 8601)", "type": "string" }, "Notes": { "description": "Reservation notes", "type": "string" }, "RatePlanId": { "description": "Rate plan ID", "type": "string" }, "ServiceId": { "description": "Service ID", "type": "string" }, "SpaceCategoryId": { "description": "Space category ID", "type": "string" }, "StartUtc": { "description": "Check-in date/time (ISO 8601)", "type": "string" }, "VoucherCode": { "description": "Discount voucher code", "type": "string" } }, "required": [ "ServiceId", "RatePlanId", "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