{
  "name": "Circle 5 Clinic Tool Suite",
  "description": "Provides automated appointment scheduling capabilities for physiotherapy, chiropractic, and acupuncture clinics in Cairo.",
  "endpoint": "https://circle5clinic.com",
  "tools": [
    {
      "name": "book_appointment",
      "description": "Schedules a non-surgical treatment slot for a patient at the New Cairo or Sheikh Zayed branches.",
      "parameters": {
        "type": "object",
        "properties": {
          "patient_name": { "type": "string" },
          "phone_number": { "type": "string" },
          "treatment_type": { "type": "string" },
          "clinic_branch": { "type": "string" }
        },
        "required": ["patient_name", "phone_number", "treatment_type", "clinic_branch"]
      }
    }
  ]
}
