{
  "version": "1.0",
  "profile": "ARW-3",
  "site": {
    "name": "McCain",
    "description": "In 1957, the Canadian McCain brothers started a family business grounded in agricultural knowledge and innovation, with the simple goal of creating wholesome food for families.",
    "homepage": "https://mccain.mock.arw.dev",
    "contact": "ai@mccain.mock.arw.dev"
  },
  "content_signals": {
    "search": "yes",
    "ai_input": "yes",
    "ai_train": "no",
    "agent": "yes",
    "use": "reference"
  },
  "content": [
    {
      "url": "/en/products/superfries",
      "description": "Fries at their best, the perfect side dish for spending time together. Offered by McCain.",
      "tags": [
        "frozen foods",
        "product"
      ],
      "authored": true,
      "priority": "high",
      "purpose": "product_information",
      "chunks": [
        {
          "id": "superfries-overview",
          "heading": "Overview"
        },
        {
          "id": "superfries-details",
          "heading": "Details"
        }
      ]
    },
    {
      "url": "/en/products/bistro-selects",
      "description": "Quick to prepare and easy to eat, put out a shareworthy McCain spread. Offered by McCain.",
      "tags": [
        "frozen foods",
        "product"
      ],
      "authored": true,
      "priority": "high",
      "purpose": "product_information",
      "chunks": [
        {
          "id": "bistro-selects-overview",
          "heading": "Overview"
        },
        {
          "id": "bistro-selects-details",
          "heading": "Details"
        }
      ]
    },
    {
      "url": "/en/products/fun",
      "description": "Add some fun to family mealtime with unique shapes like Tasti Taters, SuperSpirals, and Smiles. Offered by McCain.",
      "tags": [
        "frozen foods",
        "product"
      ],
      "authored": true,
      "priority": "high",
      "purpose": "product_information",
      "chunks": [
        {
          "id": "fun-overview",
          "heading": "Overview"
        },
        {
          "id": "fun-details",
          "heading": "Details"
        }
      ]
    },
    {
      "url": "/about",
      "description": "In 1957, the Canadian McCain brothers started a family business grounded in agricultural knowledge and innovation, with the simple goal of creating wholesome food for families.",
      "tags": [
        "about",
        "frozen foods"
      ],
      "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 McCain frozen foods 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 McCain 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": "McCain Catalog MCP Server",
      "type": "mcp",
      "endpoint": "/api/mcp/v1",
      "description": "MCP server exposing McCain catalog queries",
      "tool_catalog": [
        {
          "name": "search_catalog",
          "description": "Search the McCain frozen foods 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"
        }
      ]
    }
  ]
}
