{
    "version": "1.0",
    "name": "Avalonia.sk Web Tools",
    "description": "Model Context Protocol tools for avalonia.sk gaming community",
    "tools": [
        {
            "name": "getStoreSummary",
            "description": "Získaj štruktúrovaný súhrn komunity Avalonia",
            "inputSchema": {
                "type": "object",
                "properties": {},
                "required": []
            },
            "endpoint": "https://avalonia.sk/ai/summary.json",
            "method": "GET"
        },
        {
            "name": "getFacts",
            "description": "Získaj overené fakty o komunite Avalonia",
            "inputSchema": {
                "type": "object",
                "properties": {},
                "required": []
            },
            "endpoint": "https://avalonia.sk/ai/facts.json",
            "method": "GET"
        },
        {
            "name": "getFAQ",
            "description": "Získaj najčastejšie otázky a odpovede",
            "inputSchema": {
                "type": "object",
                "properties": {},
                "required": []
            },
            "endpoint": "https://avalonia.sk/ai/faq.json",
            "method": "GET"
        },
        {
            "name": "getServerStatus",
            "description": "Získaj živý stav herných serverov Avalonia",
            "inputSchema": {
                "type": "object",
                "properties": {},
                "required": []
            },
            "endpoint": "https://avalonia.sk/servery",
            "method": "GET"
        },
        {
            "name": "getKnowledgeGraph",
            "description": "Získaj entity knowledge graph",
            "inputSchema": {
                "type": "object",
                "properties": {},
                "required": []
            },
            "endpoint": "https://avalonia.sk/ai/knowledge-graph.json",
            "method": "GET"
        },
        {
            "name": "joinDiscord",
            "description": "Získaj link na Discord komunitu",
            "inputSchema": {
                "type": "object",
                "properties": {},
                "required": []
            },
            "endpoint": "https://discord.com/servers/347368462462615562",
            "method": "GET"
        }
    ],
    "auth": {
        "type": "none"
    },
    "rateLimit": "60/minute",
    "contact": "info@avaloncs.net",
    "policy": {
        "allowTraining": false,
        "allowCitation": true,
        "attributionRequired": true
    }
}
