You're viewing a demo portfolio

Join the waitlist
PRSM

request_price_match

Active

Tool of Custom Blinds Shop

declared in 1.0.0

Submit a price match claim when the customer has found the same blind cheaper elsewhere. Custom Blinds matches verified South African retailer prices for identical product, dimensions, and specs. Returns a pre-filled WhatsApp link to the claims team. Not applicable to: Blinds Direct (same supplier), clearance or flash-sale prices, or out-of-stock items. Requires product_id and competitor_price_zar at minimum.

Parameters schema

{
  "type": "object",
  "required": [
    "product_id",
    "competitor_price_zar"
  ],
  "properties": {
    "width_mm": {
      "type": "number",
      "description": "Window width in mm"
    },
    "height_mm": {
      "type": "number",
      "description": "Window height/drop in mm"
    },
    "product_id": {
      "type": "string",
      "description": "Product the customer wants to match (e.g. roller-blockout)"
    },
    "customer_name": {
      "type": "string",
      "description": "Customer name"
    },
    "competitor_url": {
      "type": "string",
      "description": "URL to competitor product page or quote"
    },
    "competitor_name": {
      "type": "string",
      "description": "Name of the competitor (e.g. 'Blind Empire')"
    },
    "customer_whatsapp": {
      "type": "string",
      "description": "Customer WhatsApp number for follow-up"
    },
    "competitor_price_zar": {
      "type": "number",
      "description": "Competitor's price in ZAR (incl. VAT)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Custom Blinds Shop

https://github.com/CustomBlinds/cb-shop-mcp

1/7 registries
View full server →