{
    "name": "ITSSOSO City Signal Agent",
    "description": "Agent card for discovering fresh local offers, events, marketplace listings, private room actions, and city discovery on ITSSOSO.",
    "version": "0.3.8",
    "provider": {
        "organization": "ITSSOSO",
        "url": "https://itssoso.com/"
    },
    "capabilities": [
        "search_city_activity",
        "search_live_city_activity",
        "get_live_offers",
        "get_tonight_activity",
        "get_weekend_activity",
        "get_events_tonight",
        "get_weekend_events",
        "get_marketplace_drops",
        "get_happy_hours",
        "get_vendor_drops",
        "get_cars_for_sale",
        "get_city_pulse",
        "get_action_for_user_intent",
        "get_agent_actions",
        "get_freshness_policy",
        "get_knowledge_catalog",
        "get_agentic_requirements",
        "get_authority_builder",
        "get_action_pages",
        "get_entity_map",
        "get_trust_policy",
        "get_privacy_boundaries",
        "get_ai_conversions"
    ],
    "endpoints": {
        "manifest": "https://itssoso.com/ai/manifest.json",
        "tools": "https://itssoso.com/ai/tools.json",
        "mcp": "https://itssoso.com/ai/mcp.json",
        "openapi": "https://itssoso.com/ai/openapi.json",
        "rest_tool_call": "https://itssoso.com/wp-json/itssoso-agent/v1/tool/{tool_name}"
    },
    "auth": {
        "public_read": "none",
        "write_actions": "user_login_and_consent_required"
    },
    "privacy": {
        "private_rooms": "protected_details_not_exposed",
        "billing": "not_exposed",
        "messages": "not_exposed"
    },
    "freshness_policy_url": "https://itssoso.com/ai/freshness-policy.json",
    "generated_at": "2026-08-13 20:52:35"
}