{
  "name": "Fizjomental Contact Agent",
  "description": "Agent for Fizjomental physiotherapy clinic in Gdynia, Poland. Provides clinic information and sends appointment inquiries on behalf of users.",
  "url": "https://www.fizjomental.pl",
  "version": "1.0.0",
  "provider": {
    "organization": "Fizjomental Centrum Fizjoterapii",
    "url": "https://www.fizjomental.pl"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text"],
  "skills": [
    {
      "id": "send_contact_inquiry",
      "name": "Send Contact Inquiry",
      "description": "Send a contact inquiry or appointment request to Fizjomental clinic on behalf of a user. Clinic responds within 1 business day by email or phone.",
      "tags": ["physiotherapy", "appointment", "contact", "gdynia", "poland", "health"],
      "examples": [
        "Book a physiotherapy appointment at Fizjomental",
        "Send inquiry about urogynecological therapy",
        "Ask about KOBIDO massage availability",
        "Contact clinic about pelvic floor therapy"
      ],
      "inputModes": ["text"],
      "outputModes": ["text"],
      "endpoint": "https://www.fizjomental.pl/api/contact",
      "method": "POST"
    },
    {
      "id": "get_clinic_info",
      "name": "Get Clinic Information",
      "description": "Retrieve structured information about Fizjomental clinic: services, pricing, location, hours, and team.",
      "tags": ["info", "services", "pricing", "location"],
      "examples": [
        "What services does Fizjomental offer?",
        "What are the prices at Fizjomental?",
        "Where is Fizjomental located?"
      ],
      "inputModes": ["text"],
      "outputModes": ["text"],
      "endpoint": "https://www.fizjomental.pl/llms.txt",
      "method": "GET"
    }
  ]
}
