{
  "version": "1.0",
  "profile": "ARW-3",
  "site": {
    "name": "M&M'S",
    "description": "M&M'S has over 100 years of history, remaining a family business at heart.",
    "homepage": "https://mms.mock.arw.dev",
    "contact": "ai@mms.mock.arw.dev"
  },
  "content_signals": {
    "search": "yes",
    "ai_input": "yes",
    "ai_train": "no",
    "agent": "yes",
    "use": "reference"
  },
  "content": [
    {
      "url": "/en-us/mms-candy-flavors/dark-chocolate-mms-94-oz",
      "description": "One 9.4 oz sharing size bag of M&M'S Dark Chocolate Candy, made with real dark chocolate for a rich, satisfying taste. Price: $5.99. Offered by M&M'S.",
      "tags": [
        "confectionery",
        "product"
      ],
      "authored": true,
      "priority": "high",
      "purpose": "product_information",
      "chunks": [
        {
          "id": "dark-chocolate-mms-94-oz-overview",
          "heading": "Overview"
        },
        {
          "id": "dark-chocolate-mms-94-oz-details",
          "heading": "Details"
        }
      ]
    },
    {
      "url": "/en-us/mms-candy-flavors/cherry-chocolate-cupcake-9oz",
      "description": "A mix of milk and dark chocolate M&M'S with a hint of cherry chocolate cupcake flavor. Offered by M&M'S.",
      "tags": [
        "confectionery",
        "product"
      ],
      "authored": true,
      "priority": "high",
      "purpose": "product_information",
      "chunks": [
        {
          "id": "cherry-chocolate-cupcake-9oz-overview",
          "heading": "Overview"
        },
        {
          "id": "cherry-chocolate-cupcake-9oz-details",
          "heading": "Details"
        }
      ]
    },
    {
      "url": "/en-us/mms-candy-flavors/mms-popd-caramel-chocolate-candy",
      "description": "Bite-sized, freeze-dried, crunchy caramel chocolate candy with a unique texture. Offered by M&M'S.",
      "tags": [
        "confectionery",
        "product"
      ],
      "authored": true,
      "priority": "high",
      "purpose": "product_information",
      "chunks": [
        {
          "id": "mms-popd-caramel-chocolate-candy-overview",
          "heading": "Overview"
        },
        {
          "id": "mms-popd-caramel-chocolate-candy-details",
          "heading": "Details"
        }
      ]
    },
    {
      "url": "/about",
      "description": "M&M'S has over 100 years of history, remaining a family business at heart.",
      "tags": [
        "about",
        "confectionery"
      ],
      "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 M&M'S confectionery 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 M&M'S 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": "M&M'S Catalog MCP Server",
      "type": "mcp",
      "endpoint": "/api/mcp/v1",
      "description": "MCP server exposing M&M'S catalog queries",
      "tool_catalog": [
        {
          "name": "search_catalog",
          "description": "Search the M&M'S confectionery 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"
        }
      ]
    }
  ]
}
