{
  "name": "Laka3a Site Agent",
  "description": "Provides public, read-only information about Laka3a — an Arabic and English online multiplayer social-deduction party game. Read-only by design; this agent does not create or modify game state.",
  "url": "https://www.laka3a.com",
  "version": "1.0.0",
  "provider": {
    "organization": "Khotoh LTD",
    "url": "https://www.laka3a.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text", "json"],
  "skills": [
    {
      "id": "search_laka3a_content",
      "name": "Search Laka3a public content",
      "description": "Search public pages, articles, FAQs, and game explanation content. Supports Arabic and English.",
      "tags": ["search", "content"],
      "inputModes": ["text"],
      "outputModes": ["json"],
      "examples": [
        "What is the imposter role?",
        "كيف ألعب لكاعة؟",
        "How many players can play Laka3a?"
      ],
      "endpoint": "https://www.laka3a.com/api/public/search"
    },
    {
      "id": "get_game_info",
      "name": "Get game information",
      "description": "Returns structured information about how to play Laka3a and where to start a game.",
      "tags": ["game", "info"],
      "inputModes": ["text"],
      "outputModes": ["json"],
      "endpoint": "https://www.laka3a.com/api/public/game-info"
    },
    {
      "id": "list_articles",
      "name": "List Laka3a articles",
      "description": "Lists pillar articles and guides published by Laka3a.",
      "tags": ["content", "articles"],
      "inputModes": ["text"],
      "outputModes": ["json"],
      "endpoint": "https://www.laka3a.com/api/public/articles"
    },
    {
      "id": "list_faqs",
      "name": "List FAQs",
      "description": "Lists answered Frequently Asked Questions in Arabic or English.",
      "tags": ["content", "faq"],
      "inputModes": ["text"],
      "outputModes": ["json"],
      "endpoint": "https://www.laka3a.com/api/public/faqs"
    }
  ],
  "endpoints": {
    "openapi": "https://www.laka3a.com/openapi.json",
    "docs": "https://www.laka3a.com/docs",
    "docsJson": "https://www.laka3a.com/docs.json",
    "llms": "https://www.laka3a.com/llms.txt",
    "llmsFull": "https://www.laka3a.com/llms-full.txt"
  }
}
