{
  "name": "Auf ein Wort - Logopädie Nicole Schmidt",
  "mode": "agent",
  "baseUrl": "https://logo-aufeinwort.de",
  "description": "Maschinenlesbare Übersicht der Praxisinhalte, Kontaktwege und Therapieanfrage für AI-Agenten. Kein A2A-AgentCard: diese Site hat keine A2A-Runtime.",
  "capabilities": [
    "public-site-search",
    "contact-intent-submission",
    "read-only-service-overview",
    "faq-summary-context"
  ],
  "discovery": {
    "self": "https://logo-aufeinwort.de/agent.json",
    "llms": "https://logo-aufeinwort.de/llms.txt",
    "llmsFull": "https://logo-aufeinwort.de/llms-full.txt",
    "skills": "https://logo-aufeinwort.de/.well-known/agent-skills/index.json",
    "apiCatalog": "https://logo-aufeinwort.de/.well-known/api-catalog",
    "mcp": "https://logo-aufeinwort.de/.well-known/mcp"
  },
  "api": {
    "openapi": "https://logo-aufeinwort.de/openapi.json",
    "status": "https://logo-aufeinwort.de/api/status.json",
    "inquirySpec": "https://logo-aufeinwort.de/api/inquiry-spec.json",
    "faqSummary": "https://logo-aufeinwort.de/api/faq-summary.json"
  },
  "serviceContext": {
    "location": "Olbersdorf bei Zittau",
    "targetGroups": ["Kinder", "Erwachsene"],
    "focusAreas": [
      "NF!T nach Elke Rogge",
      "Manuelle Therapie nach Gabie Münch",
      "Unterstützte Kommunikation",
      "Hausbesuche im Einzugsgebiet"
    ],
    "intakeNotice": "Aufgrund hoher Nachfrage kann es aktuell zu längeren Wartezeiten kommen.",
    "waitlistActive": false
  },
  "skills": [
    {
      "id": "site-search",
      "name": "Site Search",
      "description": "Find public pages, topics, and therapy-specific entry points on logo-aufeinwort.de.",
      "tags": ["search", "discovery", "navigation"],
      "examples": [
        "Finde Informationen zu NF!T",
        "Welche Therapieangebote gibt es?",
        "Wo finde ich die Kontaktseite?"
      ]
    },
    {
      "id": "contact-options",
      "name": "Contact Options",
      "description": "Return structured contact channels (form, email, phone) including current availability and waitlist status for the practice.",
      "tags": ["contact", "availability", "intake"],
      "examples": [
        "Wie kann ich die Praxis erreichen?",
        "Gibt es eine Warteliste?",
        "Welche Telefonnummer hat die Praxis?"
      ]
    },
    {
      "id": "services-overview",
      "name": "Services Overview",
      "description": "Summarize logopaedic services offered (Sprach-, Sprech-, Stimm-, Schlucktherapie und Schwerpunkte) with target groups.",
      "tags": ["services", "therapy", "indications"],
      "examples": [
        "Welche Therapien werden angeboten?",
        "Behandelt die Praxis auch Erwachsene?",
        "Gibt es Hausbesuche?"
      ]
    },
    {
      "id": "therapy-inquiry-handoff",
      "name": "Therapy Inquiry Handoff",
      "description": "Hand a patient inquiry to the canonical /therapieanfrage form, including a brief disclaimer that the website is not a clinical-emergency channel.",
      "tags": ["intake", "handoff", "form"],
      "examples": [
        "Ich möchte einen Therapieplatz anfragen",
        "Wie funktioniert die Anmeldung?"
      ]
    }
  ],
  "auth": {
    "type": "none",
    "notes": "Public informational APIs only. No privileged operations exposed."
  }
}
