{
  "protocolVersion": "0.3.0",
  "name": "Dr. Paria Foulady Clinic Assistant",
  "description": "Answers questions about Dr. Paria Foulady Beauty Clinic (services, location, credentials), reads published blog posts, and explains how to book an appointment. Booking itself is completed with the book_appointment tool (on the MCP server at /mcp) via double opt-in — a provisional hold plus a one-time email confirmation link that the patient must click.",
  "url": "https://dr-paria-foulady.pages.dev/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "transport": "JSONRPC",
      "url": "https://dr-paria-foulady.pages.dev/a2a"
    }
  ],
  "additionalInterfaces": [
    {
      "transport": "JSONRPC",
      "url": "https://dr-paria-foulady.pages.dev/a2a"
    }
  ],
  "version": "1.1.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "clinic-info",
      "name": "Clinic information",
      "description": "Services, location, doctor credentials, medical license, and contact details.",
      "tags": [
        "clinic",
        "info",
        "healthcare"
      ],
      "examples": [
        "What services does the clinic offer?",
        "Where is the clinic located?"
      ]
    },
    {
      "id": "read-blog",
      "name": "Read blog",
      "description": "List and read published blog articles.",
      "tags": [
        "blog",
        "content"
      ],
      "examples": [
        "List your latest articles",
        "Read the article about hair mesotherapy"
      ]
    },
    {
      "id": "booking-guidance",
      "name": "Appointment booking guidance",
      "description": "Explains how to book. Booking is completed with the book_appointment tool (MCP/WebMCP): a provisional hold plus a one-time email confirmation link the patient must click (human verification).",
      "tags": [
        "appointment",
        "booking"
      ],
      "examples": [
        "How do I book an appointment?",
        "What do you need to book a laser appointment?"
      ]
    }
  ],
  "provider": {
    "organization": "Dr. Paria Foulady Beauty Clinic",
    "url": "https://dr-paria-foulady.pages.dev"
  }
}