{
    "name": "Ovidius Clinical Hospital agent actions",
    "version": "1.0.0",
    "updated_at": "2026-08-20T12:26:59+00:00",
    "actions": [
        {
            "id": "discover",
            "method": "GET",
            "endpoint": "/api/v1/discover",
            "authentication": "none",
            "status": "available",
            "description": "Natural-language discovery of hospital structured data"
        },
        {
            "id": "list_physicians",
            "method": "GET",
            "endpoint": "/api/v1/medici",
            "authentication": "none",
            "status": "available"
        },
        {
            "id": "list_locations",
            "method": "GET",
            "endpoint": "/api/v1/locatii",
            "authentication": "none",
            "status": "available"
        },
        {
            "id": "list_specialties",
            "method": "GET",
            "endpoint": "/api/v1/specialitati",
            "authentication": "none",
            "status": "available"
        },
        {
            "id": "list_services",
            "method": "GET",
            "endpoint": "/api/v1/servicii",
            "authentication": "none",
            "status": "available"
        },
        {
            "id": "keyword_search",
            "method": "GET",
            "endpoint": "/api/v1/search",
            "authentication": "none",
            "status": "available"
        },
        {
            "id": "request_appointment",
            "method": "POST",
            "endpoint": null,
            "authentication": "n/a",
            "status": "unavailable",
            "reason": "Live booking slots are not connected. Agents must instruct the user to call.",
            "fallback_phone": "0241 480 400",
            "fallback_url": "https://ovidius-ch.ro/contact",
            "requires_user_confirmation": true,
            "instructions_ro": "Programările nu sunt disponibile online prin API. Rugați utilizatorul să sune la 0241 480 400 sau să folosească formularul de contact.",
            "instructions_en": "Live appointment slots are not available via API. Ask the user to call 0241 480 400 or use the contact form."
        }
    ]
}