{
    "server": {
        "name": "sf-pacific-academy",
        "version": "1.0.0",
        "description": "Structured data API for San Francisco Pacific Academy — a bilingual K-8 private school."
    },
    "tools": [
        {
            "name": "get_school_info",
            "description": "Get school overview: type, grades, languages, accreditation status.",
            "inputSchema": {
                "type": "object",
                "properties": {}
            }
        },
        {
            "name": "get_admission_details",
            "description": "Get enrollment dates, application steps, tuition, and open house schedule.",
            "inputSchema": {
                "type": "object",
                "properties": {}
            }
        },
        {
            "name": "get_curriculum_info",
            "description": "Get details on bilingual programs and grade structure.",
            "inputSchema": {
                "type": "object",
                "properties": {}
            }
        },
        {
            "name": "get_school_contact",
            "description": "Get address, phone, email, operating hours, and social media links.",
            "inputSchema": {
                "type": "object",
                "properties": {}
            }
        },
        {
            "name": "get_enrichment_programs",
            "description": "List after-school and enrichment programs: Dance, Chess, Art, Vocal.",
            "inputSchema": {
                "type": "object",
                "properties": {}
            }
        },
        {
            "name": "get_upcoming_events",
            "description": "Get dates for upcoming open houses, enrollment deadlines, and school events.",
            "inputSchema": {
                "type": "object",
                "properties": {}
            }
        }
    ],
    "links": {
        "website": "https://sfpacificacademy.org",
        "llms_txt": "https://sfpacificacademy.org/llms.txt",
        "api_base": "https://sfpacificacademy.org/llms.txt?tool=",
        "manifest": "https://sfpacificacademy.org/llms.txt?tool=manifest",
        "sitemap": "https://sfpacificacademy.org/sitemap.xml",
        "note": "All API requests must use /llms.txt?tool=<name> due to hosting security rules."
    }
}