{
  "status": "work-in-progress",
  "name": "Palmana Booking MCP Server",
  "description": "This endpoint will provide an MCP (Model Context Protocol) server for AI agents to make reservations. It is not yet operational. No bookings can be made through this endpoint at this time.",
  "version": "0.0.1",
  "tools": [
    {
      "name": "check_availability",
      "description": "Check available dates and capacity for a given arrangement",
      "status": "planned"
    },
    {
      "name": "list_arrangements",
      "description": "List all bookable arrangements with pricing and details",
      "status": "planned"
    },
    {
      "name": "create_reservation",
      "description": "Start a new reservation for a specific arrangement and date",
      "status": "planned"
    },
    {
      "name": "get_reservation_status",
      "description": "Check the status of an existing reservation",
      "status": "planned"
    }
  ],
  "notice": "This MCP server is under development. All tools listed above are planned but not yet available. Please check back later or contact us for updates."
}
