Skip to main content
Glama

Mews MCP

by code-rabi

cancelReservations

Cancel specific reservations on the Mews MCP server by providing reservation IDs, cancellation reason, notes, and fee charging preference.

Instructions

Cancels specified reservations

Input Schema

NameRequiredDescriptionDefault
CancellationReasonNoReason for cancellation
ChargeCancellationFeeNoWhether to charge cancellation fee
NotesNoCancellation notes
ReservationIdsYesArray of reservation IDs to cancel

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "CancellationReason": { "description": "Reason for cancellation", "type": "string" }, "ChargeCancellationFee": { "description": "Whether to charge cancellation fee", "type": "boolean" }, "Notes": { "description": "Cancellation notes", "type": "string" }, "ReservationIds": { "description": "Array of reservation IDs to cancel", "items": { "type": "string" }, "maxItems": 1000, "type": "array" } }, "required": [ "ReservationIds" ], "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