get_price
ActiveTool of Custom Blinds Shop
Get an exact ZAR price for a product at specific dimensions. Requires product_id (from search_products or lookup_catalog), width_mm, and height_mm. Returns unit_price_zar and total_price_zar (VAT included). Call configure_product next to lock in colour and mount type before creating a cart.
Parameters schema
{
"type": "object",
"required": [
"product_id",
"width_mm",
"height_mm"
],
"properties": {
"finish": {
"type": "string",
"description": "Optional finish for aluminium products: Plain, Brushed, Woodgrain"
},
"province": {
"type": "string",
"description": "Optional. Customer's South African province or city. Garden Route locations get Duncan's direct contact; other locations get the online shop contact."
},
"quantity": {
"type": "number",
"description": "Number of blinds (default 1)"
},
"width_mm": {
"type": "number",
"description": "Width in millimetres (e.g. 1200)"
},
"height_mm": {
"type": "number",
"description": "Height/drop in millimetres (e.g. 1500)"
},
"product_id": {
"type": "string",
"description": "Product ID from search_products (e.g. roller-blockout, venetian-25mm-aluminium)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Custom Blinds Shop
https://github.com/CustomBlinds/cb-shop-mcp
1/7 registries