Skip to main content
Glama

Mews MCP

by code-rabi

exportReservations

Export reservations from Mews MCP in CSV, JSON, or Excel formats within a specific date range, ID list, or state filter. Manage data efficiently for reporting or integration.

Instructions

Exports reservations in the specified format and period

Input Schema

NameRequiredDescriptionDefault
EndUtcYesEnd date for export (ISO 8601)
FormatYesExport format (CSV, JSON, etc.)
ReservationIdsNoSpecific reservation IDs to export
StartUtcYesStart date for export (ISO 8601)
StatesNoFilter by reservation states
TimeZoneNoTime zone for date formatting

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "EndUtc": { "description": "End date for export (ISO 8601)", "type": "string" }, "Format": { "description": "Export format (CSV, JSON, etc.)", "enum": [ "Csv", "Json", "Excel" ], "type": "string" }, "ReservationIds": { "description": "Specific reservation IDs to export", "items": { "type": "string" }, "maxItems": 1000, "type": "array" }, "StartUtc": { "description": "Start date for export (ISO 8601)", "type": "string" }, "States": { "description": "Filter by reservation states", "items": { "type": "string" }, "type": "array" }, "TimeZone": { "description": "Time zone for date formatting", "type": "string" } }, "required": [ "StartUtc", "EndUtc", "Format" ], "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