{
  "version": "1.0",
  "profile": "ARW-3",
  "site": {
    "name": "Molson Canadian",
    "description": "Molson Canadian is a lager brand from Molson Coors, brewed in Canada since 1786.",
    "homepage": "https://molsoncanadian.mock.arw.dev",
    "contact": "ai@molsoncanadian.mock.arw.dev"
  },
  "content_signals": {
    "search": "yes",
    "ai_input": "yes",
    "ai_train": "no",
    "agent": "yes",
    "use": "reference"
  },
  "content": [
    {
      "url": "/our-beers/canadian-lager",
      "description": "A crisp, refreshing North American lager brewed with premium Canadian barley, no preservatives and no additives. Offered by Molson Canadian.",
      "tags": [
        "beer",
        "product"
      ],
      "authored": true,
      "priority": "high",
      "purpose": "product_information",
      "chunks": [
        {
          "id": "canadian-lager-overview",
          "heading": "Overview"
        },
        {
          "id": "canadian-lager-details",
          "heading": "Details"
        }
      ]
    },
    {
      "url": "/our-beers/canadian-67",
      "description": "A light lager with only 67 calories and 3.0% alcohol, brewed for a lighter option without compromising taste. Offered by Molson Canadian.",
      "tags": [
        "beer",
        "product"
      ],
      "authored": true,
      "priority": "high",
      "purpose": "product_information",
      "chunks": [
        {
          "id": "canadian-67-overview",
          "heading": "Overview"
        },
        {
          "id": "canadian-67-details",
          "heading": "Details"
        }
      ]
    },
    {
      "url": "/our-beers/canadian-cold-shots",
      "description": "Small-format cans of Molson Canadian lager, sold in multi-packs. Offered by Molson Canadian.",
      "tags": [
        "beer",
        "product"
      ],
      "authored": true,
      "priority": "high",
      "purpose": "product_information",
      "chunks": [
        {
          "id": "canadian-cold-shots-overview",
          "heading": "Overview"
        },
        {
          "id": "canadian-cold-shots-details",
          "heading": "Details"
        }
      ]
    },
    {
      "url": "/about",
      "description": "Molson Canadian is a lager brand from Molson Coors, brewed in Canada since 1786.",
      "tags": [
        "about",
        "beer"
      ],
      "authored": true,
      "priority": "medium",
      "purpose": "organization_information",
      "chunks": [
        {
          "id": "about-story",
          "heading": "Our Story"
        },
        {
          "id": "about-agents",
          "heading": "For Agents"
        }
      ]
    }
  ],
  "tools": [
    {
      "name": "search_catalog",
      "description": "Search the Molson Canadian beer catalog by keyword",
      "type": "rest",
      "endpoint": "/api/v1/search",
      "method": "GET",
      "auth": "none",
      "input_schema": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string"
          },
          "max_results": {
            "type": "integer",
            "default": 10
          }
        },
        "required": [
          "query"
        ]
      },
      "annotations": {
        "read_only": true,
        "idempotent": true
      }
    },
    {
      "name": "get_product",
      "description": "Retrieve full details for a single product by slug",
      "type": "rest",
      "endpoint": "/api/v1/products/{slug}",
      "method": "GET",
      "auth": "none",
      "input_schema": {
        "type": "object",
        "properties": {
          "slug": {
            "type": "string"
          }
        },
        "required": [
          "slug"
        ]
      },
      "annotations": {
        "read_only": true,
        "idempotent": true
      }
    },
    {
      "name": "check_availability",
      "description": "Check current availability for a product",
      "type": "rest",
      "endpoint": "/api/v1/availability",
      "method": "GET",
      "auth": "none",
      "input_schema": {
        "type": "object",
        "properties": {
          "slug": {
            "type": "string"
          },
          "postal_code": {
            "type": "string"
          }
        },
        "required": [
          "slug"
        ]
      },
      "annotations": {
        "read_only": true,
        "idempotent": true
      }
    }
  ],
  "skills": [
    {
      "name": "find_and_compare",
      "description": "Search the Molson Canadian catalog and return a cited comparison of the top matches",
      "skill_doc": "/skills/find-and-compare/SKILL.md",
      "tools_required": [
        "search_catalog",
        "get_product"
      ],
      "annotations": {
        "requires_user_presence": false,
        "estimated_steps": 2,
        "estimated_time": "10-30 seconds"
      }
    }
  ],
  "integrations": [
    {
      "name": "Molson Canadian Catalog MCP Server",
      "type": "mcp",
      "endpoint": "/api/mcp/v1",
      "description": "MCP server exposing Molson Canadian catalog queries",
      "tool_catalog": [
        {
          "name": "search_catalog",
          "description": "Search the Molson Canadian beer catalog by keyword"
        },
        {
          "name": "get_product",
          "description": "Retrieve full details for a single product by slug"
        },
        {
          "name": "check_availability",
          "description": "Check current availability for a product"
        }
      ]
    }
  ]
}
