{
    "name": "Ava — Ponte Vedra Spine & Pain Center",
    "description": "The front-desk assistant for Ponte Vedra Spine & Pain Center, a pain medicine practice in Ponte Vedra Beach, Florida. Answers questions about the treatments offered, the conditions treated, insurance and cost, and passes appointment requests to the office.",
    "version": "1.0.0",
    "documentationUrl": "https://pontevedrapain.com/llms.txt",
    "iconUrl": "https://pontevedrapain.com/wp-content/themes/pontevedra/assets/img/favicon-192.png",
    "provider": {
        "organization": "Ponte Vedra Spine & Pain Center",
        "url": "https://pontevedrapain.com/"
    },
    "supportedInterfaces": [
        {
            "url": "https://pontevedrapain.com/wp-json/wdc/v1/a2a",
            "protocolBinding": "JSONRPC",
            "protocolVersion": "1.0"
        }
    ],
    "capabilities": {
        "streaming": false,
        "pushNotifications": false,
        "extendedAgentCard": false
    },
    "defaultInputModes": [
        "text/plain"
    ],
    "defaultOutputModes": [
        "text/plain"
    ],
    "skills": [
        {
            "id": "practice-information",
            "name": "Answer questions about the practice",
            "description": "What the practice treats and how: image-guided injections, nerve blocks and radiofrequency ablation, spinal cord stimulation, regenerative therapy, SoftWave and MLS laser. Also what a first visit involves.",
            "tags": [
                "healthcare",
                "pain-medicine",
                "treatments",
                "faq"
            ],
            "examples": [
                "Do you treat sciatica?",
                "What happens at a first appointment?",
                "What is radiofrequency ablation?"
            ]
        },
        {
            "id": "insurance-and-cost",
            "name": "Answer insurance and cost questions",
            "description": "Which carriers the practice is contracted with, what it bills out of network, and which treatments are generally self-pay. Answers about the plan, never a coverage decision for a specific procedure.",
            "tags": [
                "healthcare",
                "insurance",
                "billing"
            ],
            "examples": [
                "Do you take Cigna?",
                "Are you in network with Medicare Advantage?",
                "Is PRP covered by insurance?"
            ]
        },
        {
            "id": "request-appointment",
            "name": "Pass an appointment request to the office",
            "description": "Files an appointment request with the practice. Send a message with a data part {\"data\": {\"name\", \"phone\", \"condition\", \"email\"?, \"area\"?}} (name, phone and condition required; email optional) and the reply carries a data part {requestId, status, booked: false}. Plain-text requests work too, but only the data part returns a request id. The same request can be POSTed as JSON to https://pontevedrapain.com/wp-json/wdc/v1/appointment-request. This does not reserve a time — the practice has no online schedule and the office calls back to arrange the visit.",
            "tags": [
                "healthcare",
                "scheduling",
                "lead-capture"
            ],
            "inputModes": [
                "application/json",
                "text/plain"
            ],
            "outputModes": [
                "application/json",
                "text/plain"
            ],
            "examples": [
                "I would like to book an evaluation for my knee.",
                "Can someone call me back about my back pain?"
            ]
        }
    ]
}