{
    "protocolVersion": "1.0.0",
    "name": "Royal Reels",
    "description": "Royal Reels Casino Online",
    "version": "1.2.3",
    "provider": {
        "organization": "Royal Reels",
        "url": "https://theearlyhour.com/"
    },
    "documentationUrl": "https://theearlyhour.com/auth.md",
    "supportedInterfaces": [
        {
            "url": "https://theearlyhour.com/.well-known/a2a",
            "protocolBinding": "JSONRPC",
            "protocolVersion": "1.0.0"
        }
    ],
    "capabilities": {
        "streaming": false,
        "pushNotifications": false,
        "extendedAgentCard": false
    },
    "defaultInputModes": [
        "text/plain",
        "text/markdown"
    ],
    "defaultOutputModes": [
        "text/plain",
        "application/json"
    ],
    "skills": [
        {
            "id": "site-discovery",
            "name": "Site discovery",
            "description": "Returns public discovery URLs, sitemap, and auth metadata for this website.",
            "tags": [
                "discovery",
                "content"
            ],
            "examples": [
                "What discovery endpoints does this site expose?"
            ]
        },
        {
            "id": "page-summary",
            "name": "Page summary",
            "description": "Summarizes publicly available site content for agent orchestrators.",
            "tags": [
                "content",
                "summary"
            ],
            "examples": [
                "Summarize the public content on this site."
            ]
        }
    ]
}
