{
  "schemaVersion": "0.1-draft",
  "name": "Guild Landing Page",
  "url": "https://guild-app.com/",
  "language": "ja",
  "description": "Guildは、友達と友達の友達までの近しいつながりに、名前を伏せてクエストを出せる匿名の募集アプリです。",
  "context": {
    "llmsTxt": "https://guild-app.com/llms.txt",
    "llmsFullTxt": "https://guild-app.com/llms-full.txt",
    "sitemap": "https://guild-app.com/sitemap.xml",
    "robots": "https://guild-app.com/robots.txt",
    "canonical": "https://guild-app.com/"
  },
  "contentModel": {
    "entity": "SoftwareApplication",
    "brand": "Guild",
    "alternateName": "ギルド",
    "category": "SocialNetworkingApplication",
    "coreConcepts": [
      "匿名クエスト",
      "友達の友達まで",
      "相互公開",
      "乾杯（Reveal）",
      "最低人数ルール",
      "ブロック・通報"
    ]
  },
  "capabilities": [
    {
      "name": "read_product_summary",
      "description": "Guildの概要、対象ユーザー、安全設計、主要導線を読み取ります。",
      "readOnly": true,
      "resources": [
        "https://guild-app.com/llms.txt",
        "https://guild-app.com/llms-full.txt"
      ]
    },
    {
      "name": "navigate_landing_section",
      "description": "LP内の主要セクションへ移動します。",
      "readOnly": true,
      "targets": [
        {
          "label": "仕組み",
          "selector": "#concept"
        },
        {
          "label": "使い方",
          "selector": "#how"
        },
        {
          "label": "安心設計",
          "selector": "#safety"
        },
        {
          "label": "画面",
          "selector": "#preview"
        }
      ]
    },
    {
      "name": "open_guild_app",
      "description": "Guildアプリ本体を開くCTAを案内します。参加には招待コードが必要です。",
      "readOnly": true,
      "selector": "a[href^='https://app.guild-app.com']"
    }
  ],
  "safety": {
    "noHiddenTools": true,
    "noCredentialCollection": true,
    "publicContentOnly": true,
    "thirdPartyScriptsCannotRegisterTools": true
  }
}
