WebMCP Registry

add_to_bag

verifiedv0.1

Add a product to your shopping bag. Simulated demo; registered by the /shop page.

Updated 7/11/2026 · Created 7/11/2026

Input Schema

{
  "type": "object",
  "required": [
    "product",
    "size"
  ],
  "properties": {
    "size": {
      "enum": [
        "XS",
        "S",
        "M",
        "L",
        "XL"
      ],
      "type": "string",
      "description": "Size"
    },
    "product": {
      "enum": [
        "Midnight Slip Dress",
        "Botanical Wrap Dress",
        "Cloud Maxi Dress",
        "Power Blazer Dress",
        "Silk Camisole",
        "Oversized Linen Shirt",
        "Cashmere Turtleneck",
        "Cropped Knit Tank",
        "Sculptural Gold Cuff",
        "Woven Leather Belt",
        "Oversized Sunglasses",
        "Pearl Drop Earrings",
        "Strappy Heeled Sandal",
        "Canvas Espadrille",
        "Leather Ankle Boot",
        "Knit Sneaker",
        "Quilted Mini Bag",
        "Woven Tote",
        "Canvas Crossbody",
        "Structured Clutch"
      ],
      "type": "string",
      "description": "Product name"
    }
  }
}

Full Contract

{
  "name": "add_to_bag",
  "description": "Add a product to your shopping bag. Simulated demo; registered by the /shop page.",
  "inputSchema": {
    "type": "object",
    "required": [
      "product",
      "size"
    ],
    "properties": {
      "size": {
        "enum": [
          "XS",
          "S",
          "M",
          "L",
          "XL"
        ],
        "type": "string",
        "description": "Size"
      },
      "product": {
        "enum": [
          "Midnight Slip Dress",
          "Botanical Wrap Dress",
          "Cloud Maxi Dress",
          "Power Blazer Dress",
          "Silk Camisole",
          "Oversized Linen Shirt",
          "Cashmere Turtleneck",
          "Cropped Knit Tank",
          "Sculptural Gold Cuff",
          "Woven Leather Belt",
          "Oversized Sunglasses",
          "Pearl Drop Earrings",
          "Strappy Heeled Sandal",
          "Canvas Espadrille",
          "Leather Ankle Boot",
          "Knit Sneaker",
          "Quilted Mini Bag",
          "Woven Tote",
          "Canvas Crossbody",
          "Structured Clutch"
        ],
        "type": "string",
        "description": "Product name"
      }
    }
  }
}

GET /api/tool/agentk.stacktr.ee/add_to_bag