{
    "version": "2.0",
    "generated_at": "2026-07-09T20:55:46+00:00",
    "site": {
        "name": "Everwinders",
        "url": "https://everwinders.com"
    },
    "actions": [
        {
            "name": "search_servers",
            "description": "Search for Everwind game servers by name, category, or keyword",
            "endpoint": "https://everwinders.com/servers/search",
            "method": "GET",
            "parameters": [
                {
                    "name": "q",
                    "type": "string",
                    "required": true,
                    "description": "Search query"
                }
            ],
            "response_format": "text/html"
        },
        {
            "name": "search_global",
            "description": "Search across all content types - servers, plugins, blogs, recruitments",
            "endpoint": "https://everwinders.com/search",
            "method": "GET",
            "parameters": [
                {
                    "name": "q",
                    "type": "string",
                    "required": true,
                    "description": "Search query"
                }
            ],
            "response_format": "text/html"
        },
        {
            "name": "get_server_list",
            "description": "Browse all active Everwind servers",
            "endpoint": "https://everwinders.com/servers",
            "method": "GET",
            "parameters": [],
            "response_format": "text/html"
        },
        {
            "name": "get_server_detail",
            "description": "View detailed information about a specific server",
            "endpoint": "https://everwinders.com/server/{slug}",
            "method": "GET",
            "parameters": [
                {
                    "name": "slug",
                    "type": "string",
                    "required": true,
                    "description": "Server URL slug"
                }
            ],
            "response_format": "text/html"
        },
        {
            "name": "get_plugin_list",
            "description": "Browse available Everwind plugins and mods",
            "endpoint": "https://everwinders.com/plugins",
            "method": "GET",
            "parameters": [],
            "response_format": "text/html"
        },
        {
            "name": "get_plugin_detail",
            "description": "View detailed information about a specific plugin",
            "endpoint": "https://everwinders.com/plugins/{slug}",
            "method": "GET",
            "parameters": [
                {
                    "name": "slug",
                    "type": "string",
                    "required": true,
                    "description": "Plugin URL slug"
                }
            ],
            "response_format": "text/html"
        },
        {
            "name": "get_facts",
            "description": "Retrieve verifiable facts and live statistics about the platform",
            "endpoint": "https://everwinders.com/ai/facts.json",
            "method": "GET",
            "parameters": [],
            "response_format": "application/json"
        },
        {
            "name": "get_faq",
            "description": "Retrieve frequently asked questions with structured answers",
            "endpoint": "https://everwinders.com/ai/faq.json",
            "method": "GET",
            "parameters": [],
            "response_format": "application/json"
        },
        {
            "name": "get_summary",
            "description": "Retrieve structured site overview for AI context",
            "endpoint": "https://everwinders.com/ai/summary.json",
            "method": "GET",
            "parameters": [],
            "response_format": "application/json"
        },
        {
            "name": "get_blog_articles",
            "description": "Browse published articles, guides and news",
            "endpoint": "https://everwinders.com/blog",
            "method": "GET",
            "parameters": [],
            "response_format": "text/html"
        },
        {
            "name": "get_rss_feed",
            "description": "Get RSS feed of latest articles",
            "endpoint": "https://everwinders.com/feed.rss",
            "method": "GET",
            "parameters": [],
            "response_format": "application/rss+xml"
        },
        {
            "name": "get_sitemap",
            "description": "Get XML sitemap index",
            "endpoint": "https://everwinders.com/sitemap.xml",
            "method": "GET",
            "parameters": [],
            "response_format": "application/xml"
        },
        {
            "name": "get_entity_info",
            "description": "Get entity disambiguation data for AI knowledge graph alignment",
            "endpoint": "https://everwinders.com/entity/disambiguation.json",
            "method": "GET",
            "parameters": [],
            "response_format": "application/json"
        },
        {
            "name": "get_contact_info",
            "description": "Get contact and escalation information",
            "endpoint": "https://everwinders.com/ai/contact.json",
            "method": "GET",
            "parameters": [],
            "response_format": "application/json"
        }
    ],
    "agent_guidelines": {
        "rate_limit": "60 requests per minute",
        "preferred_format": "JSON endpoints over HTML when available",
        "cache_ttl": 3600,
        "attribution_required": true,
        "training_use": "prohibited"
    }
}