{
    "name": "Qasimah Public Discovery Agent",
    "description": "Read-only discovery metadata for Qasimah coupons, brands, blogs, public API documentation, and agent-readable resources.",
    "url": "https://qasimahapp.com",
    "version": "1.0.0",
    "provider": {
        "organization": "Qasimah",
        "url": "https://qasimahapp.com"
    },
    "capabilities": {
        "streaming": false,
        "pushNotifications": false,
        "stateTransitionHistory": false
    },
    "supportedInterfaces": [
        {
            "transport": "jsonrpc",
            "url": "https://qasimahapp.com/.well-known/agent-card.json"
        }
    ],
    "defaultInputModes": [
        "text/plain",
        "application/json"
    ],
    "defaultOutputModes": [
        "text/plain",
        "application/json"
    ],
    "skills": [
        {
            "id": "qasimah-public-content",
            "name": "Qasimah public content discovery",
            "description": "Find public coupon, brand, blog, sitemap, llms, and API discovery resources.",
            "tags": [
                "coupons",
                "brands",
                "deals",
                "public-api"
            ],
            "examples": [
                "Find public coupon discovery resources for Qasimah."
            ]
        }
    ]
}