{
  "protocolVersion": "0.3.0",
  "name": "Kraft Psychotherapy",
  "description": "Solo psychotherapy private practice in Portland, Maine. Cara Kraft, LCSW, offers Emotionally Focused Therapy (EFT) and Internal Family Systems (IFS) for individuals and couples, in person in Portland and via telehealth across Maine. This agent card exposes read-only public business information only; it is not a booking, payment, or clinical endpoint.",
  "version": "1.0.0",
  "url": "https://www.kraftpsychotherapy.com/",
  "preferredTransport": "HTTP+JSON",
  "provider": {
    "organization": "Kraft Psychotherapy",
    "url": "https://www.kraftpsychotherapy.com/"
  },
  "iconUrl": "https://www.kraftpsychotherapy.com/apple-touch-icon.png",
  "documentationUrl": "https://www.kraftpsychotherapy.com/llms.txt",
  "supportedInterfaces": [
    {
      "url": "https://www.kraftpsychotherapy.com/",
      "transport": "HTTP+JSON"
    }
  ],
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/markdown", "text/plain"],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "get-contact",
      "name": "Get contact details",
      "description": "Return the public phone, email, office address, and consultation path for Kraft Psychotherapy.",
      "tags": ["contact", "public-info"],
      "examples": [
        "How do I contact Kraft Psychotherapy?",
        "What is Cara Kraft's phone number?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/markdown", "text/plain"]
    },
    {
      "id": "get-hours",
      "name": "Get office hours and format",
      "description": "Return the publicly listed office hours and whether sessions are in person or telehealth.",
      "tags": ["hours", "telehealth", "public-info"],
      "examples": [
        "When is the therapy office open?",
        "Do you offer online therapy?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/markdown", "text/plain"]
    },
    {
      "id": "get-services",
      "name": "Get services and rates",
      "description": "Return the public list of therapy services, approaches (EFT, IFS, couples, individual), and session fees.",
      "tags": ["services", "rates", "public-info"],
      "examples": [
        "What kinds of therapy do you offer?",
        "How much does couples therapy cost?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/markdown", "text/plain"]
    },
    {
      "id": "get-location",
      "name": "Get location and service area",
      "description": "Return the public office address and the telehealth service area, which is limited to clients located in Maine.",
      "tags": ["location", "service-area", "public-info"],
      "examples": [
        "Where is the office located?",
        "Can you see clients outside Maine?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/markdown", "text/plain"]
    }
  ]
}
