{
  "name": "Isla Saona RD",
  "description": "Private and group tours to Saona Island, Dominican Republic.",
  "base_url": "https://islasaonard.com",
  "logo": "https://islasaonard.com/logo.png",
  "tools": [
    {
      "name": "get_tours",
      "description": "Retrieve available Saona Island tour packages",
      "endpoint": "/api/tours.php"
    },
    {
      "name": "get_pricing",
      "description": "Retrieve pricing for Saona Island tours",
      "endpoint": "/api/pricing.php"
    },
    {
      "name": "get_info",
      "description": "General information about Saona Island and excursions",
      "endpoint": "/api/info.php"
    }
  ]
}