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
# Export Reservations Tool
## Description
Exports reservations in the specified format and period
## API Documentation
- **Category**: Export
- **Documentation URL**: https://mews-systems.gitbook.io/connector-api/operations/exports/export-reservations
## Implementation Details
- **Tool Name**: `exportReservations`
- **HTTP Method**: POST
- **Endpoint**: `/api/connector/v1/exports/reservations`
## Parameters
- StartUtc (required): Start date for export
- EndUtc (required): End date for export
- Format (required): Export format (CSV, JSON, etc.)
- ReservationIds (optional): Specific reservations to export
## Expected Response
- Export file or download link
## Priority
Medium
## Status
Not Started
## Notes
- Important for reporting and analytics
- Support various export formats
- Handle large data volumes efficiently